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 72985ba commit c867dbfCopy full SHA for c867dbf
‎hack/tools/Makefile
@@ -15,7 +15,7 @@
15
ROOT_DIR_RELATIVE := ../..
16
include $(ROOT_DIR_RELATIVE)/common.mk
17
18
-GOLANGCI_LINT_VERSION ?= v1.61.0
+GOLANGCI_LINT_VERSION ?= v1.64.6
19
20
# GOTESTSUM version without the leading 'v'
21
GOTESTSUM_VERSION ?= 1.11.0
‎orc/Makefile
@@ -184,7 +184,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
184
KUSTOMIZE_VERSION ?= v5.4.2
185
CONTROLLER_TOOLS_VERSION ?= v0.16.4
186
ENVTEST_VERSION ?= release-0.18
187
188
189
.PHONY: kustomize
190
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
0 commit comments