From 00773a6868e61d7912213e2f397e7dcbc374cd87 Mon Sep 17 00:00:00 2001 From: Antoine CORDIER Date: Thu, 10 Oct 2024 16:44:50 +0100 Subject: [PATCH] chore: update controller-tools to 0.16.4 --- make/tool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tool.mk b/make/tool.mk index 57273d7b7..4d67667bc 100644 --- a/make/tool.mk +++ b/make/tool.mk @@ -16,7 +16,7 @@ ADDLICENSE ?= $(LOCALBIN)/addlicense ALL_TOOLS = controller-gen ginkgo crdoc golangci-lint addlicense helm-unittest ## Tool Versions -CONTROLLER_TOOLS_VERSION ?= v0.14.0 +CONTROLLER_TOOLS_VERSION ?= v0.16.4 .PHONY: controller-gen controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.