File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ test: .govet .golint .gitvalidation
7373
7474# `go get github.com/golang/lint/golint`
7575.golint :
76- ifeq ($(call ALLOWED_GO_VERSION,1.5 ,$(HOST_GOLANG_VERSION ) ) ,true)
76+ ifeq ($(call ALLOWED_GO_VERSION,1.6 ,$(HOST_GOLANG_VERSION ) ) ,true)
7777 @which golint > /dev/null 2>/dev/null || (echo "ERROR: golint not found. Consider 'make install.tools' target" && false)
7878 golint ./...
7979endif
9292.PHONY : install.tools
9393install.tools : .install.golint .install.gitvalidation
9494
95- # golint does not even build for <go1.5
95+ # golint does not even build for <go1.6
9696.install.golint :
97- ifeq ($(call ALLOWED_GO_VERSION,1.5 ,$(HOST_GOLANG_VERSION ) ) ,true)
97+ ifeq ($(call ALLOWED_GO_VERSION,1.6 ,$(HOST_GOLANG_VERSION ) ) ,true)
9898 go get -u github.com/golang/lint/golint
9999endif
100100
You can’t perform that action at this time.
0 commit comments