Skip to content

Commit 3b874af

Browse files
[Bugfix] Fix golangci-lint tool installation (#924)
1 parent daaf9b1 commit 3b874af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ init: tools update-generated $(BIN) vendor
449449
.PHONY: tools
450450
tools: update-vendor
451451
@echo ">> Fetching golangci-lint linter"
452-
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
452+
@GOBIN=$(GOPATH)/bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
453453
@echo ">> Fetching goimports"
454454
@GOBIN=$(GOPATH)/bin go install golang.org/x/tools/cmd/goimports@0bb7e5c47b1a31f85d4f173edc878a8e049764a5
455455
@echo ">> Fetching license check"

0 commit comments

Comments
 (0)