From 56aa0def2fc002edf0bc3c4aa10c5c1a660f56db Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Mon, 12 Aug 2024 09:23:25 -0600 Subject: [PATCH] Rebuild controller-gen before creating manifests to make sure it's the right version --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 4928cd0f565..ceb3658ea04 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -60,7 +60,7 @@ jobs: run: make clientset-verify - name: Verify generated Manifests are up to date - run: make verify-manifests + run: rm -f bin/controller-gen && make verify-manifests - name: Build run: make build