We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb20f3f commit 7615e33Copy full SHA for 7615e33
.github/workflows/ci.yaml
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
70
71
- name: Set up Go
72
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
73
with:
74
go-version: "1.21"
75
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
144
145
146
0 commit comments