Skip to content

Commit 73be019

Browse files
Update actions/setup-go action to v6 (#1181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1112436 commit 73be019

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
submodules: true
7171

7272
- name: Setup Go
73-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
73+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7474
with:
7575
go-version-file: go.mod
7676

@@ -118,7 +118,7 @@ jobs:
118118
submodules: true
119119

120120
- name: Setup Go
121-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
121+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
122122
with:
123123
go-version-file: go.mod
124124

@@ -171,7 +171,7 @@ jobs:
171171
run: git fetch --prune --unshallow
172172

173173
- name: Setup Go
174-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
174+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
175175
with:
176176
go-version-file: go.mod
177177

@@ -201,7 +201,7 @@ jobs:
201201
run: git fetch --prune --unshallow
202202

203203
- name: Setup Go
204-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
204+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
205205
with:
206206
go-version-file: go.mod
207207

.github/workflows/uptest-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
echo "commit-sha=$OUTPUT" >> $GITHUB_OUTPUT
123123
124124
- name: Setup Go
125-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
125+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
126126
with:
127127
go-version-file: go.mod
128128

0 commit comments

Comments
 (0)