Skip to content

Commit 2829d46

Browse files
authored
Fixed the installation of the linter (#901)
1 parent 7242b16 commit 2829d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lint: tools
3737

3838
.PHONY: tools
3939
tools:
40-
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
40+
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
4141
@go install github.com/mfridman/tparse@main
4242

4343
test-packages:

0 commit comments

Comments
 (0)