Skip to content

Commit

Permalink
pipelines: pin actions/setup-go action to commit hash (#42)
Browse files Browse the repository at this point in the history
While we are still waiting for official approval for the `setup-go`
action, we should still pin the action to a specific commit hash in
preparation for approval. Currently, the v5 tag points to v5.3.0, so
this is a version downgrade, but this is the commit we asked labs
for approval.
  • Loading branch information
maxsours authored Jan 31, 2025
1 parent 9368bcf commit 044cea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
with:
go-version: ${{ matrix.version }}
cache: true
Expand Down

0 comments on commit 044cea8

Please sign in to comment.