Skip to content

Commit 0a1daa2

Browse files
Update actions/setup-go action to v5
1 parent 34d38fd commit 0a1daa2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
submodules: true
7373

7474
- name: Setup Go
75-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
75+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
7676
with:
7777
go-version: ${{ env.GO_VERSION }}
7878

@@ -116,7 +116,7 @@ jobs:
116116
submodules: true
117117

118118
- name: Setup Go
119-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
119+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
120120
with:
121121
go-version: ${{ env.GO_VERSION }}
122122

@@ -162,7 +162,7 @@ jobs:
162162
run: git fetch --prune --unshallow
163163

164164
- name: Setup Go
165-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
165+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
166166
with:
167167
go-version: ${{ env.GO_VERSION }}
168168

@@ -211,7 +211,7 @@ jobs:
211211
run: git fetch --prune --unshallow
212212

213213
- name: Setup Go
214-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
214+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
215215
with:
216216
go-version: ${{ env.GO_VERSION }}
217217

@@ -279,7 +279,7 @@ jobs:
279279
run: git fetch --prune --unshallow
280280

281281
- name: Setup Go
282-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
282+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
283283
with:
284284
go-version: ${{ env.GO_VERSION }}
285285

0 commit comments

Comments
 (0)