From 49fc199652612c681387a3070c0932357994c6cb Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 6 Feb 2026 13:02:19 +0100 Subject: [PATCH] Test ci fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a8224bfb..6f7faaa8d 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ endif .PHONY: controller-gen controller-gen: ## Download controller-gen locally if necessary. - $(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen,$(CONTROLLER_TOOLS_VERSION)) + GOFLAGS="-mod=mod" $(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen,$(CONTROLLER_TOOLS_VERSION)) .PHONY: kustomize kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.