We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d847f8f + 8020886 commit 5220d8cCopy full SHA for 5220d8c
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
+ - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
12
with:
13
go-version: '1.22'
14
check-latest: 'true'
.github/workflows/use-action.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.platform }}
19
20
21
22
23
24
0 commit comments