Skip to content

Commit

Permalink
chore(deps): pin actions/setup-go action to cdcb360
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and michaeladler committed Jul 10, 2024
1 parent dcc0121 commit 036d0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# steps in a workflow job by defining or updating the environment
# variable and writing this to the GITHUB_ENV environment file.
echo "GO_VERSION=$GO_VERSION" | tee -a "$GITHUB_ENV"
- uses: actions/setup-go@v5
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: "${{ env.GO_VERSION }}"
- run: sudo .ci/setup-build.sh
Expand Down

0 comments on commit 036d0ad

Please sign in to comment.