From addaac95f6a1f576d4f716e5251ccace3deee0a5 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Thu, 11 Jan 2024 20:42:19 -0500 Subject: [PATCH 1/2] goreleaser fix --- CHANGELOG.md | 8 ++++++++ go.mod | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e163e519..44243ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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.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 7cf74b2e..51e0d0fe 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 From 777c2d287b39cf62b6574df26425e6088720d17e Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Thu, 11 Jan 2024 20:43:48 -0500 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44243ebf..833e6291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,6 @@ 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.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)