Skip to content

Commit

Permalink
Makefile: bump version of golangci-lint to the latest v1.57.1 (Victor…
Browse files Browse the repository at this point in the history
…iaMetrics#6001)

Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
  • Loading branch information
denisgolius and hagen1778 authored Mar 22, 2024
1 parent 02bccd1 commit 0c0ed61
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 @@ -492,7 +492,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.55.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.57.1

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

0 comments on commit 0c0ed61

Please sign in to comment.