Skip to content

Commit

Permalink
Merge pull request rook#14583 from BlaineEXE/fix-canary-runs
Browse files Browse the repository at this point in the history
ci: fix gh action hash pin typo
  • Loading branch information
BlaineEXE committed Aug 16, 2024
2 parents 679ccc7 + bc1c416 commit 884111c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ jobs:
use-tmate: ${{ secrets.USE_TMATE }}

- name: setup golang
uses: actions/setup-go0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22"

Expand Down

0 comments on commit 884111c

Please sign in to comment.