We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72d4f5 commit db3ebdfCopy full SHA for db3ebdf
Makefile
@@ -51,7 +51,7 @@ GO_INSTALL = ./scripts/go_install.sh
51
# Binaries.
52
CONTROLLER_GEN := go run sigs.k8s.io/controller-tools/cmd/[email protected]
53
54
-GOLANGCI_LINT_VER := v1.59.1
+GOLANGCI_LINT_VER := v1.61.0
55
GOLANGCI_LINT_BIN := golangci-lint
56
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
57
0 commit comments