diff --git a/CHANGELOG.md b/CHANGELOG.md index e163e5198..833e62915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/go.mod b/go.mod index 7cf74b2e9..51e0d0fe6 100644 --- a/go.mod +++ b/go.mod @@ -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