Update golangci-lint to v2.6.2

This commit is contained in:
Ciprian Hacman
2025-11-29 10:42:18 +02:00
parent b0d347e262
commit 2e69489cc6
16 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ else
LOGCOUNTER=*dont-include-log-counter
endif
GOLANGCI_LINT_VERSION := v2.2.0
GOLANGCI_LINT_VERSION := v2.6.2
GOLANGCI_LINT := ./.bin/golangci-lint
lint: $(GOLANGCI_LINT)