mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
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:
2
Makefile
2
Makefile
@@ -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//')
|
||||
|
||||
Reference in New Issue
Block a user