File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ DOCKER := $(shell which docker)
2020BUILDDIR ?= $(CURDIR ) /build
2121
2222GO_SYSTEM_VERSION = $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1-2)
23- REQUIRE_GO_VERSION = 1.23
23+ REQUIRE_GO_VERSION = 1.22
2424
2525export GO111MODULE = on
2626
9191
9292check_version :
9393ifneq ($(GO_SYSTEM_VERSION ) , $(REQUIRE_GO_VERSION ) )
94- @echo "ERROR: Go version 1.23 is required for $(VERSION) of Fairyring."
94+ @echo "ERROR: Go version 1.22 is required for $(VERSION) of Fairyring."
9595 exit 1
9696endif
9797
Original file line number Diff line number Diff line change 11module github.com/Fairblock/fairyring
22
3- go 1.23 .4
3+ go 1.22 .4
44
55replace (
66 cosmossdk.io/api => github.com/Fairblock/cosmossdk-api v0.7.5
You can’t perform that action at this time.
0 commit comments