Skip to content

Commit b58aeae

Browse files
committed
Upgrade golangci-lint to 2.5.0.
1 parent 4c3475e commit b58aeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/golangci-lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -ex
33

44
# Keep this in sync with go version used in static-analysis Evergreen build variant.
5-
GO_VERSION=1.23.0
6-
GOLANGCI_LINT_VERSION=1.60.1
5+
GO_VERSION=1.24.0
6+
GOLANGCI_LINT_VERSION=2.5.0
77

88
# Unset the cross-compiler overrides while downloading binaries.
99
GOOS_ORIG=${GOOS:-}

0 commit comments

Comments
 (0)