Merge pull request #6057 from ipfs/feat/requie-go1.11.4

go: require Golang 1.11.4
This commit is contained in:
Steven Allen 2019-03-06 08:06:59 -08:00 committed by GitHub
commit e375224c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# golang utilities
GO_MIN_VERSION = 1.11
GO_MIN_VERSION = 1.11.4
export GO111MODULE=on
@ -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