We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7242b16 commit 2829d46Copy full SHA for 2829d46
Makefile
@@ -37,7 +37,7 @@ lint: tools
37
38
.PHONY: tools
39
tools:
40
- @go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
+ @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
41
@go install github.com/mfridman/tparse@main
42
43
test-packages:
0 commit comments