Skip to content

Commit 660ea7a

Browse files
committed
update linter version
1 parent 5cfbc49 commit 660ea7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/check-everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function fetch_go_tools {
7474
header_text "Checking for gometalinter.v2"
7575
if ! is_installed golangci-lint; then
7676
header_text "Installing golangci-lint"
77-
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0
77+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.23.1
7878
fi
7979
}
8080

hack/ci-check-everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export PATH=$(go env GOPATH)/bin:$PATH
2424
mkdir -p $(go env GOPATH)/bin
2525

2626
echo "Installing golangci-lint"
27-
curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
27+
curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.1
2828
echo "Finished installing golangci-lint"
2929

3030
$(dirname ${BASH_SOURCE})/check-everything.sh

0 commit comments

Comments
 (0)