Skip to content

Commit

Permalink
goreleaser fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jan 12, 2024
1 parent c9c71eb commit addaac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 addaac9

Please sign in to comment.