1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00

go: require Golang 1.11.4

mod.sum generation had a fix in this version which probably is the
reason for #6056

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2019-03-06 13:27:52 +01:00
parent 918dcbe911
commit 3589eb989e

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