Skip to content

Commit

Permalink
tmp: disavle go version check
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Oct 20, 2023
1 parent dc9d044 commit 0519f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ endif
### Build ###
###############################################################################

check_version:
ifneq ($(GO_MINOR_VERSION),20)
@echo "ERROR: Go version 1.20 is required for this version of SGE. Go 1.20 has changes that are believed to break consensus."
exit 1
endif
# check_version:
# ifneq ($(GO_MINOR_VERSION),20)
# @echo "ERROR: Go version 1.20 is required for this version of SGE. Go 1.21 has changes that are believed to break consensus."
# exit 1
# endif

all: install lint test

Expand Down

0 comments on commit 0519f25

Please sign in to comment.