We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e7871 commit 453931eCopy full SHA for 453931e
Makefile
@@ -146,7 +146,8 @@ run_with_genesis:
146
### Release ###
147
###############################################################################
148
149
-GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GO_VERSION)
+# GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GO_VERSION)
150
+GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v1.23.3 # v1.22.11 has no goreleaser-cross image
151
COSMWASM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm | sed 's/.* //')
152
153
ifdef GITHUB_TOKEN
0 commit comments