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.
1 parent daaf9b1 commit 3b874afCopy full SHA for 3b874af
Makefile
@@ -449,7 +449,7 @@ init: tools update-generated $(BIN) vendor
449
.PHONY: tools
450
tools: update-vendor
451
@echo ">> Fetching golangci-lint linter"
452
- @go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
+ @GOBIN=$(GOPATH)/bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
453
@echo ">> Fetching goimports"
454
@GOBIN=$(GOPATH)/bin go install golang.org/x/tools/cmd/goimports@0bb7e5c47b1a31f85d4f173edc878a8e049764a5
455
@echo ">> Fetching license check"
0 commit comments