Skip to content

Commit

Permalink
Merge pull request #6057 from ipfs/feat/requie-go1.11.4
Browse files Browse the repository at this point in the history
go: require Golang 1.11.4
  • Loading branch information
Stebalien authored Mar 6, 2019
2 parents 918dcbe + 3589eb9 commit e375224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/golang.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# golang utilities
GO_MIN_VERSION = 1.11
GO_MIN_VERSION = 1.11.4
export GO111MODULE=on


Expand Down Expand Up @@ -68,6 +68,7 @@ test_go_megacheck:
test_go: $(TEST_GO)

check_go_version:
@go version
bin/check_go_version $(GO_MIN_VERSION)
.PHONY: check_go_version
DEPS_GO += check_go_version
Expand Down

0 comments on commit e375224

Please sign in to comment.