Skip to content

Commit 5ed72af

Browse files
committed
chore(ci): fix golangci-lint version to run with go1.24
1 parent 1f83d4c commit 5ed72af

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
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181
test: unit functional
8282

8383
check: work
84-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run --timeout=20m ./...
84+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.6 run --timeout=20m ./...
8585

8686
unit: work
8787
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)

0 commit comments

Comments
 (0)