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 0eee753 commit 25b58f6Copy full SHA for 25b58f6
Makefile
@@ -51,7 +51,7 @@ gosec: $(GOSEC_BIN)
51
$(GOSEC_BIN) ./...
52
53
$(GOLANGCI_LINT_BIN):
54
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(FIRST_GOPATH)/bin
55
56
$(GOSEC_BIN):
57
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(FIRST_GOPATH)/bin
0 commit comments