From 826e5bc6f05c7efd61ff17e3119e21a16282a67f Mon Sep 17 00:00:00 2001 From: RB <7775707+nitrocode@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:54:47 -0600 Subject: [PATCH] fix(golang-fmt): pin x/tools Signed-off-by: RB <7775707+nitrocode@users.noreply.github.com> --- scripts/fmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fmt.sh b/scripts/fmt.sh index b8a5aef752..b0b4744c29 100755 --- a/scripts/fmt.sh +++ b/scripts/fmt.sh @@ -2,7 +2,7 @@ set -euo pipefail -go install golang.org/x/tools/cmd/goimports@latest +go install golang.org/x/tools/cmd/goimports@v0.29.0 gobin="$(go env GOPATH)/bin" declare -r gobin