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 1ec0ef8 commit b1bcecaCopy full SHA for b1bceca
Makefile
@@ -469,6 +469,6 @@ pr:
469
.PHONY: golangci-lint
470
golangci-lint:
471
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
472
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.16.0; \
+ export BINARY="golangci-lint" & curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.16.0; \
473
fi
474
golangci-lint run
0 commit comments