Update golangci-lint to v2.6.2

This commit is contained in:
Ciprian Hacman
2026-02-08 10:37:20 +02:00
parent b2096f7022
commit 92f2c2c4bc
15 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -123,7 +123,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)