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.
1 parent 0382e5b commit 4f051a1Copy full SHA for 4f051a1
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
21
- name: Set up Go
22
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
23
with:
24
go-version: ${{ matrix.go }}
25
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
go-version: "1.22"
41
0 commit comments