Skip to content

Commit 7092e8c

Browse files
committed
bump golangci-lint to v2.12.2
Required for Go 1.26 — v2.8.0 was built with Go 1.25 and refuses to lint code targeting Go 1.26. v2.12.2 is built with Go 1.26.2. Supersedes backube#2040. Signed-off-by: Ismail Ibrahim Quwarah <iquwarah@redhat.com>
1 parent 0988cf7 commit 7092e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include ./version.mk
1010

1111
# Helper software versions
1212
CONTROLLER_TOOLS_VERSION := v0.19.0
13-
GOLANGCI_VERSION := v2.8.0
13+
GOLANGCI_VERSION := v2.12.2
1414
HELM_VERSION := v3.21.0
1515
KUBECTL_VERSION := v1.35.1
1616
KUSTOMIZE_VERSION := v5.8.1

0 commit comments

Comments
 (0)