We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbbf22 commit 3224375Copy full SHA for 3224375
Makefile
@@ -463,7 +463,7 @@ golangci-lint: install-golangci-lint
463
golangci-lint run
464
465
install-golangci-lint:
466
- which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.51.3
+ which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.51.2
467
468
govulncheck: install-govulncheck
469
govulncheck ./...
0 commit comments