Skip to content

Commit

Permalink
go: require Golang 1.11.4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kubuxu committed Mar 6, 2019
1 parent 918dcbe commit 3589eb9
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 3589eb9

Please sign in to comment.