Skip to content

Commit 3224375

Browse files
committed
revert version of golanci
Signed-off-by: Artem Navoiev <[email protected]>
1 parent 1dbbf22 commit 3224375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ golangci-lint: install-golangci-lint
463463
golangci-lint run
464464

465465
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
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.2
467467

468468
govulncheck: install-govulncheck
469469
govulncheck ./...

0 commit comments

Comments
 (0)