Merge pull request #1252 from hakman/golangci-lint-2.11.4

chore: Update golangci-lint to v2.11.4
This commit is contained in:
Kubernetes Prow Robot
2026-03-24 16:26:17 +05:30
committed by GitHub

View File

@@ -123,7 +123,7 @@ else
LOGCOUNTER=*dont-include-log-counter
endif
GOLANGCI_LINT_VERSION := v2.6.2
GOLANGCI_LINT_VERSION := v2.11.4
GOLANGCI_LINT := ./.bin/golangci-lint
lint: $(GOLANGCI_LINT)