Skip to content

Commit

Permalink
Merge pull request #1 from akash-network/goreleaser-tag
Browse files Browse the repository at this point in the history
fix: use latest tag for goreleaser
  • Loading branch information
troian authored Mar 19, 2024
2 parents e4ad61c + e169cc9 commit a92f2b0
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 a92f2b0

Please sign in to comment.