Skip to content

Commit

Permalink
Update golangci version to latest v1.45.1 (VictoriaMetrics#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisgolius authored Mar 24, 2022
1 parent 7377163 commit 7ce40d7
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 @@ -283,7 +283,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.44.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.45.1

install-wwhrd:
which wwhrd || GO111MODULE=off go get github.com/frapposelli/wwhrd
Expand Down

0 comments on commit 7ce40d7

Please sign in to comment.