Skip to content

Commit dc3c0d7

Browse files
committed
update makefile
1 parent cae151e commit dc3c0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ include contrib/devtools/Makefile
100100

101101
check_version:
102102
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."
104104
exit 1
105105
endif
106106

@@ -150,7 +150,7 @@ distclean: clean
150150

151151
GO_VERSION := $(shell cat go.mod | grep -E 'go [0-9].[0-9]+' | cut -d ' ' -f 2)
152152
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/.* //')
154154

155155
# create tag and run goreleaser without publishing
156156
# errors are possible while running goreleaser - the process can run for >30 min

0 commit comments

Comments
 (0)