updating remaining occurances of setup-go (#28110)

This commit is contained in:
akshya96
2024-08-16 13:00:48 -07:00
committed by GitHub
parent d5c67768c5
commit ae6854e9f2

View File

@@ -40,7 +40,7 @@ runs:
else else
echo "go-version=${{ inputs.go-version }}" | tee -a "$GITHUB_OUTPUT" echo "go-version=${{ inputs.go-version }}" | tee -a "$GITHUB_OUTPUT"
fi fi
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with: with:
go-version: ${{ steps.go-version.outputs.go-version }} go-version: ${{ steps.go-version.outputs.go-version }}
cache: false # We use our own caching strategy cache: false # We use our own caching strategy