Skip to content

Commit ae9c3cc

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
73+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
121+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
174+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
204+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
125+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
126126
with:
127127
go-version-file: go.mod
128128

0 commit comments

Comments
 (0)