We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2d33c commit 4c3475eCopy full SHA for 4c3475e
etc/golangci-lint.sh
@@ -2,7 +2,7 @@
2
set -ex
3
4
# Keep this in sync with go version used in static-analysis Evergreen build variant.
5
-GO_VERSION=1.22.8
+GO_VERSION=1.23.0
6
GOLANGCI_LINT_VERSION=1.60.1
7
8
# Unset the cross-compiler overrides while downloading binaries.
@@ -17,7 +17,7 @@ GOROOT="$(go${GO_VERSION} env GOROOT)"
17
PATH="$GOROOT/bin:$PATH"
18
export PATH
19
export GOROOT
20
-go install github.com/golangci/golangci-lint/cmd/golangci-lint@v${GOLANGCI_LINT_VERSION}
+curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v${GOLANGCI_LINT_VERSION}
21
22
export GOOS=$GOOS_ORIG
23
export GOARCH=$GOARCH_ORIG
0 commit comments