Skip to content

Commit

Permalink
Merge pull request #1855 from ConnorJC3/golangcilint-backport
Browse files Browse the repository at this point in the history
Upgrade golangci-lint to version that supports go1.21.5
  • Loading branch information
k8s-ci-robot authored Dec 7, 2023
2 parents cb20546 + d7c4f7a commit eea45b8
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 @@ -128,7 +128,7 @@ bin/mockgen: | bin

bin/golangci-lint: | bin
echo "Installing golangci-lint..."
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.51.2
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.54.0

.PHONY: kubeval
kubeval: bin/kubeval
Expand Down

0 comments on commit eea45b8

Please sign in to comment.