Update lint make target to match CI (#2025)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh 2024-10-02 08:26:27 -04:00 committed by GitHub
parent 00e17ff51c
commit cf30f69148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,8 +47,7 @@ protobuf:
# Golangci-lint
.PHONY: golangci-lint
golangci-lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.1
golangci-lint run --timeout 60m ./...
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2 run --timeout 60m --new-from-rev dd5f9afe8948186c76fe6b8b1193d7a8f46919d8 ./...
# Run license check
.PHONY: license-check