Skip to content

Commit db3ebdf

Browse files
Update golangci-lint to 1.61:
This has needed updates to support Go 1.23 Signed-off-by: Jacob Weinstock <[email protected]>
1 parent d72d4f5 commit db3ebdf

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
@@ -51,7 +51,7 @@ GO_INSTALL = ./scripts/go_install.sh
5151
# Binaries.
5252
CONTROLLER_GEN := go run sigs.k8s.io/controller-tools/cmd/[email protected]
5353

54-
GOLANGCI_LINT_VER := v1.59.1
54+
GOLANGCI_LINT_VER := v1.61.0
5555
GOLANGCI_LINT_BIN := golangci-lint
5656
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
5757

0 commit comments

Comments
 (0)