Skip to content

Commit

Permalink
Makefile: update golangci-lint from v1.51.1 to v1.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Mar 13, 2023
1 parent 468de76 commit be68a6a
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 @@ -380,7 +380,7 @@ golangci-lint: install-golangci-lint
golangci-lint run

install-golangci-lint:
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.1
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

govulncheck: install-govulncheck
govulncheck ./...
Expand Down

0 comments on commit be68a6a

Please sign in to comment.