Skip to content

Commit 25b58f6

Browse files
committed
fix makefile
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 0eee753 commit 25b58f6

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
@@ -51,7 +51,7 @@ gosec: $(GOSEC_BIN)
5151
$(GOSEC_BIN) ./...
5252

5353
$(GOLANGCI_LINT_BIN):
54-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
54+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(FIRST_GOPATH)/bin
5555

5656
$(GOSEC_BIN):
5757
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(FIRST_GOPATH)/bin

0 commit comments

Comments
 (0)