Skip to content

Commit 04e3a7e

Browse files
committed
update golangci-lint installation
1 parent df5624f commit 04e3a7e

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.22.8
6-
GOLANGCI_LINT_VERSION=1.59.1
5+
GO_VERSION=1.23.0
6+
GOLANGCI_LINT_VERSION=1.60.1
77

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

0 commit comments

Comments
 (0)