Skip to content

Commit 596fdaa

Browse files
committed
golangci-lint: Bumping to a version compatible with go 1.24
Golangci-lint v1.64 is the first one to support go 1.24, which is the version of go we're now getting in the CI jobs.
1 parent 0cd0798 commit 596fdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ROOT_DIR_RELATIVE := ../..
1616
include $(ROOT_DIR_RELATIVE)/common.mk
1717

18-
GOLANGCI_LINT_VERSION := v1.54.2
18+
GOLANGCI_LINT_VERSION := v1.64.8
1919

2020
UNAME := $(shell uname -s)
2121

0 commit comments

Comments
 (0)