Skip to content

Commit

Permalink
Merge pull request #106 from cpanato/updates
Browse files Browse the repository at this point in the history
updates on golangci-lint and repo-infra
  • Loading branch information
k8s-ci-robot authored Feb 6, 2022
2 parents b8b1432 + b7a8a56 commit bda1a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/verify-boilerplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

VERSION=v0.2.1
VERSION=v0.2.5
URL_BASE=https://raw.githubusercontent.com/kubernetes/repo-infra
URL=$URL_BASE/$VERSION/hack/verify_boilerplate.py
BIN_DIR=bin
Expand Down
2 changes: 1 addition & 1 deletion hack/verify-golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

VERSION=v1.38.0
VERSION=v1.44.0
URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint
URL=$URL_BASE/$VERSION/install.sh

Expand Down

0 comments on commit bda1a19

Please sign in to comment.