Skip to content

Commit

Permalink
Makefile: update golangci-lint version from v1.48.0 to v1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Dec 20, 2022
1 parent cad90c7 commit 8f5e822
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 @@ -383,7 +383,7 @@ golangci-lint: install-golangci-lint
golangci-lint run --exclude '(SA4003|SA1019|SA5011):' -D errcheck -D structcheck --timeout 2m

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.48.0
which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.50.1

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

0 comments on commit 8f5e822

Please sign in to comment.