Skip to content

Commit 7b95ab7

Browse files
committed
demo changes
1 parent 475ba23 commit 7b95ab7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DOCKER := $(shell which docker)
2020
BUILDDIR ?= $(CURDIR)/build
2121

2222
GO_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

2525
export GO111MODULE = on
2626

@@ -91,7 +91,7 @@ endif
9191

9292
check_version:
9393
ifneq ($(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
9696
endif
9797

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Fairblock/fairyring
22

3-
go 1.23.4
3+
go 1.22.4
44

55
replace (
66
cosmossdk.io/api => github.com/Fairblock/cosmossdk-api v0.7.5

0 commit comments

Comments
 (0)