Skip to content

Commit c3bc991

Browse files
authored
chore(deps): bump golangci-lint from 2.2.2 to 2.5.0 to avoid panic (containers#383)
Signed-off-by: Calum Murray <[email protected]>
1 parent ffc7b6c commit c3bc991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LD_FLAGS = -s -w \
1616
COMMON_BUILD_ARGS = -ldflags "$(LD_FLAGS)"
1717

1818
GOLANGCI_LINT = $(shell pwd)/_output/tools/bin/golangci-lint
19-
GOLANGCI_LINT_VERSION ?= v2.2.2
19+
GOLANGCI_LINT_VERSION ?= v2.5.0
2020

2121
# NPM version should not append the -dirty flag
2222
NPM_VERSION ?= $(shell echo $(shell git describe --tags --always) | sed 's/^v//')

0 commit comments

Comments
 (0)