Skip to content

Commit

Permalink
bump golangci-lint to v1.54
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Dec 20, 2023
1 parent 0065ee8 commit 6ae4258
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 @@ -268,7 +268,7 @@ clean-controller-manager-manifest:
.PHONY: golangci-lint
golangci-lint:
ifeq (, $(shell which golangci-lint))
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54
GOLANGLINT_BIN=$(shell go env GOPATH)/bin/golangci-lint
else
GOLANGLINT_BIN=$(shell which golangci-lint)
Expand Down

0 comments on commit 6ae4258

Please sign in to comment.