Commit dc3c0d7 1 parent cae151e commit dc3c0d7 Copy full SHA for dc3c0d7
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ include contrib/devtools/Makefile
100
100
101
101
check_version :
102
102
ifneq ($(GO_SYSTEM_VERSION ) , $(REQUIRE_GO_VERSION ) )
103
- @echo "ERROR: Go version 1.21 is required for $(VERSION) of Gaia."
103
+ @echo "ERROR: Go version 1.22 is required for $(VERSION) of Gaia."
104
104
exit 1
105
105
endif
106
106
@@ -150,7 +150,7 @@ distclean: clean
150
150
151
151
GO_VERSION := $(shell cat go.mod | grep -E 'go [0-9].[0-9]+' | cut -d ' ' -f 2)
152
152
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GO_VERSION )
153
- COSMWASM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm | sed 's/.* //')
153
+ COSMWASM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm/v2 | sed 's/.* //')
154
154
155
155
# create tag and run goreleaser without publishing
156
156
# errors are possible while running goreleaser - the process can run for >30 min
You can’t perform that action at this time.
0 commit comments