Skip to content

Commit

Permalink
Fixed the installation of the linter (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG authored Feb 4, 2025
1 parent 7242b16 commit 2829d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lint: tools

.PHONY: tools
tools:
@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
@go install github.com/mfridman/tparse@main

test-packages:
Expand Down

0 comments on commit 2829d46

Please sign in to comment.