From eb0709a23c7616d515a44bcf80e44e22edd0d713 Mon Sep 17 00:00:00 2001 From: Christoph Barbian Date: Tue, 27 Aug 2024 22:58:55 +0200 Subject: [PATCH] Makefile: bump tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f202e91..e5bda0f 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ SETUP_ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions CONTROLLER_TOOLS_VERSION ?= v0.16.1 -CODE_GENERATOR_VERSION ?= v0.30.4 +CODE_GENERATOR_VERSION ?= v0.29.8 SETUP_ENVTEST_VERSION ?= latest .PHONY: controller-gen