chore(deps): bump golangci-lint from 2.2.2 to 2.5.0 to avoid panic (#383)

Signed-off-by: Calum Murray <cmurray@redhat.com>
This commit is contained in:
Calum Murray
2025-10-21 03:09:55 -04:00
committed by GitHub
parent ffc7b6c08d
commit c3bc991237

View File

@@ -16,7 +16,7 @@ LD_FLAGS = -s -w \
COMMON_BUILD_ARGS = -ldflags "$(LD_FLAGS)"
GOLANGCI_LINT = $(shell pwd)/_output/tools/bin/golangci-lint
GOLANGCI_LINT_VERSION ?= v2.2.2
GOLANGCI_LINT_VERSION ?= v2.5.0
# NPM version should not append the -dirty flag
NPM_VERSION ?= $(shell echo $(shell git describe --tags --always) | sed 's/^v//')