Fixed the installation of the linter (#901)

pull/907/head
Viktor Alenkov 2025-02-04 04:40:24 +03:00 committed by GitHub
parent 7242b16430
commit 2829d46672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: