Skip to content

Commit bda1a19

Browse files
authored
Merge pull request #106 from cpanato/updates
updates on golangci-lint and repo-infra
2 parents b8b1432 + b7a8a56 commit bda1a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/verify-boilerplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
VERSION=v0.2.1
21+
VERSION=v0.2.5
2222
URL_BASE=https://raw.githubusercontent.com/kubernetes/repo-infra
2323
URL=$URL_BASE/$VERSION/hack/verify_boilerplate.py
2424
BIN_DIR=bin

hack/verify-golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

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

0 commit comments

Comments
 (0)