Skip to content

Commit

Permalink
Merge pull request #1075 from kinvolk/rata/fix-golint-url
Browse files Browse the repository at this point in the history
Makefile: Fix golint URL used in go get
  • Loading branch information
tianon authored Nov 21, 2020
2 parents f1164e5 + e9429bb commit 7413a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install.tools: .install.golint .install.gitvalidation
# golint does not even build for <go1.7
.install.golint:
ifeq ($(call ALLOWED_GO_VERSION,1.7,$(HOST_GOLANG_VERSION)),true)
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
endif

.install.gitvalidation:
Expand Down

0 comments on commit 7413a7f

Please sign in to comment.