From f5ac5e3f191370e533f222488a0b4fb170280b27 Mon Sep 17 00:00:00 2001 From: Stephen Lewis Date: Thu, 21 Mar 2024 15:42:39 -0700 Subject: [PATCH] Pinned goimports version in build-downstreams --- .github/workflows/build-downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-downstream.yml b/.github/workflows/build-downstream.yml index 4cfa5aa2bac1..ab0dbd43dc13 100644 --- a/.github/workflows/build-downstream.yml +++ b/.github/workflows/build-downstream.yml @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - - run: go install golang.org/x/tools/cmd/goimports@latest + - run: go install golang.org/x/tools/cmd/goimports@7656c4c657688cae30795365d2a5f30d6f18be7f # v0.19.0 - name: Build ${{ inputs.repo }} run: |