update linter to last v1 version

This commit is contained in:
Christian Goll
2025-07-28 11:13:25 +02:00
parent 026bae7a40
commit 8a684973d9

View File

@@ -5,7 +5,7 @@ GO_TOOLS_BIN := $(addprefix $(TOOLS_BIN)/, $(notdir $(GO_TOOLS)))
GO_TOOLS_VENDOR := $(addprefix vendor/, $(GO_TOOLS)) GO_TOOLS_VENDOR := $(addprefix vendor/, $(GO_TOOLS))
GOLANGCI_LINT := $(TOOLS_BIN)/golangci-lint GOLANGCI_LINT := $(TOOLS_BIN)/golangci-lint
GOLANGCI_LINT_VERSION := v1.63.4 GOLANGCI_LINT_VERSION := v1.64.8
GOLANG_DEADCODE := $(TOOLS_BIN)/deadcode GOLANG_DEADCODE := $(TOOLS_BIN)/deadcode