From 61ba1f1705bb4069af2c0fa16a273ff5b3ed468e Mon Sep 17 00:00:00 2001 From: Athira Sabu <102021496+AsabuHere@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:32:34 +0530 Subject: [PATCH] reverting to previous version since the latest release of this import is facing issues (#256) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12b3ba9a0..1f5c01eac 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ webhook-cluster-test: go test -race --tags=webhook_cluster goimports: - go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@v0.24.0 goimports -w . go mod tidy