Skip to content

Commit c87b92f

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/setup-go from 5.5.0 to 6.0.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6d5d75 commit c87b92f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 0
101101

102102
- name: Install Go
103-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
103+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
104104
with:
105105
go-version-file: cbuild/go.mod
106106
cache: false
@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 0
126126

127127
- name: Install Go
128-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
128+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
129129
with:
130130
go-version-file: cpackget/go.mod
131131
cache: false
@@ -151,7 +151,7 @@ jobs:
151151
fetch-depth: 0
152152

153153
- name: Install Go
154-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
154+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
155155
with:
156156
go-version-file: cbuild2cmake/go.mod
157157
cache: false
@@ -176,7 +176,7 @@ jobs:
176176
fetch-depth: 0
177177

178178
- name: Install Go
179-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
179+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
180180
with:
181181
go-version-file: vidx2pidx/go.mod
182182
cache: false
@@ -201,7 +201,7 @@ jobs:
201201
fetch-depth: 0
202202

203203
- name: Install Go
204-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
204+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
205205
with:
206206
go-version-file: cbridge/go.mod
207207
cache-dependency-path: cbridge/go.sum

0 commit comments

Comments
 (0)