We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 714a3fb + 3bb3cf0 commit 07de966Copy full SHA for 07de966
.github/workflows/e2e-fixture-test.yml
@@ -18,7 +18,7 @@ jobs:
18
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
19
20
- name: Set up Go
21
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
+ uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
22
with:
23
go-version: ${{ steps.vars.outputs.go_version }}
24
0 commit comments