Skip to content

Commit

Permalink
fix: use latest tag for goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Mar 19, 2024
1 parent e4ad61c commit e169cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GORELEASER_RELEASE ?= false
GORELEASER_DEBUG ?= false
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser:$(GOTOOLCHAIN_SEMVER)
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser
GORELEASER_MOUNT_CONFIG ?= false
GORELEASER_SNAPSHOT ?= false
GORELEASER_SKIP_FLAGS := $(GORELEASER_SKIP)
Expand Down

0 comments on commit e169cc9

Please sign in to comment.