Merge pull request #527 from openziti/goreleaser_toolchain

goreleaser fix
This commit is contained in:
Michael Quigley 2024-01-11 20:46:49 -05:00 committed by GitHub
commit 94d2e3aef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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)

2
go.mod
View File

@ -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