Skip to content

Commit

Permalink
Merge pull request #527 from openziti/goreleaser_toolchain
Browse files Browse the repository at this point in the history
goreleaser fix
  • Loading branch information
michaelquigley authored Jan 12, 2024
2 parents c9c71eb + 777c2d2 commit 94d2e3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.4.22

FIX: The goreleaser action is not updated to work with the latest golang build. Modifed `go.mod` to comply with what goreleaser expects

## v0.4.21

FEATURE: The web console now supports deleting `zrok access` frontends (https://github.com/openziti/zrok/issues/504)
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/openziti/zrok

go 1.21

toolchain go1.21.5

require (
github.com/TwiN/go-away v1.6.12
github.com/caddyserver/caddy/v2 v2.7.6
Expand Down

0 comments on commit 94d2e3a

Please sign in to comment.