From 28df6ba25b59ce251683a7a328ed7f5cb6b89d36 Mon Sep 17 00:00:00 2001 From: Dylan Murray Date: Thu, 10 Oct 2024 15:29:13 -0400 Subject: [PATCH] Pin goimports to v0.24.0 Signed-off-by: Dylan Murray --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc27ae466..647661120 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(CONTROLLERGEN): # Ensure goimports installed. $(GOIMPORTS): - go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@v0.24.0 # Build SAMPLE ADDON addon: fmt vet