Skip to content

Commit a28515b

Browse files
committed
bump golangcilint to 2.6.0
Obsoletes: containers#27407 Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent ed33e84 commit a28515b

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
@@ -71,7 +71,7 @@ BUILDTAGS += ${EXTRA_BUILDTAGS}
7171
# N/B: This value is managed by Renovate, manual changes are
7272
# possible, as long as they don't disturb the formatting
7373
# (i.e. DO NOT ADD A 'v' prefix!)
74-
GOLANGCI_LINT_VERSION := 2.5.0
74+
GOLANGCI_LINT_VERSION := 2.6.0
7575
PYTHON ?= $(shell command -v python3 python|head -n1)
7676
PKG_MANAGER ?= $(shell command -v dnf yum|head -n1)
7777
# ~/.local/bin is not in PATH on all systems

0 commit comments

Comments
 (0)