diff --git a/Makefile b/Makefile index 8cc2a49..d4a8227 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ test: .govet .golint .gitvalidation # `go get github.com/golang/lint/golint` .golint: -ifeq ($(call ALLOWED_GO_VERSION,1.5,$(HOST_GOLANG_VERSION)),true) +ifeq ($(call ALLOWED_GO_VERSION,1.6,$(HOST_GOLANG_VERSION)),true) @which golint > /dev/null 2>/dev/null || (echo "ERROR: golint not found. Consider 'make install.tools' target" && false) golint ./... endif @@ -92,9 +92,9 @@ endif .PHONY: install.tools install.tools: .install.golint .install.gitvalidation -# golint does not even build for