Skip to content

Commit

Permalink
Merge pull request #1300 from marquiz/devel/ci-lint
Browse files Browse the repository at this point in the history
scripts/test-infra: bump golangci-lint to v1.54.0
  • Loading branch information
k8s-ci-robot committed Aug 11, 2023
2 parents 95069b4 + 972374a commit 0bbf5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-infra/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ this_dir=`dirname $0`

# Install deps
gobinpath="$(go env GOPATH)/bin"
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.52.2
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.54.0
export PATH=$PATH:$(go env GOPATH)/bin

curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.7.1
Expand Down

0 comments on commit 0bbf5f3

Please sign in to comment.