From b14c3d2ea3d619d67e1398edc9b44bdc5312e154 Mon Sep 17 00:00:00 2001 From: Dylan Murray Date: Tue, 1 Oct 2024 16:42:33 -0400 Subject: [PATCH] :bug: 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 7777cbe..c208708 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ vet: # Ensure goimports installed. $(GOIMPORTS): - go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@v0.24.0