Skip to content

Commit 7a81aae

Browse files
Makefile: update LINT_VERSION to match go version 1.24.6
1 parent bc84bf0 commit 7a81aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GO_BIN := ${GOPATH}/bin
88
LINT_BIN := $(GO_BIN)/golangci-lint
99
GOACC_BIN := $(GO_BIN)/go-acc
1010

11-
LINT_VERSION := v1.60.1
11+
LINT_VERSION := v1.64.8
1212
GOACC_VERSION := v0.2.8
1313

1414
GOIMPORTS_COMMIT := v0.1.10

0 commit comments

Comments
 (0)