We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1164e5 + e9429bb commit 7413a7fCopy full SHA for 7413a7f
Makefile
@@ -83,7 +83,7 @@ install.tools: .install.golint .install.gitvalidation
83
# golint does not even build for <go1.7
84
.install.golint:
85
ifeq ($(call ALLOWED_GO_VERSION,1.7,$(HOST_GOLANG_VERSION)),true)
86
- go get -u github.com/golang/lint/golint
+ go get -u golang.org/x/lint/golint
87
endif
88
89
.install.gitvalidation:
0 commit comments