Skip to content

Commit

Permalink
fix: exit if golang version is wrong when building (#3011)
Browse files Browse the repository at this point in the history
Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
freak12techno and MSalopek authored Mar 25, 2024
1 parent 35633f9 commit 453e2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ include contrib/devtools/Makefile
check_version:
ifneq ($(GO_SYSTEM_VERSION), $(REQUIRE_GO_VERSION))
@echo "ERROR: Go version 1.21 is required for $(VERSION) of Gaia."
exit 1
endif

all: install lint run-tests test-e2e vulncheck
Expand Down

0 comments on commit 453e2ea

Please sign in to comment.