Skip to content

Commit 09fb657

Browse files
build(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 583d9a7 commit 09fb657

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
@@ -32,7 +32,7 @@ jobs:
3232
# Install Go
3333
#
3434
- name: Install Go
35-
uses: actions/setup-go@v5
35+
uses: actions/setup-go@v6
3636
with:
3737
go-version: '1.22.x'
3838
cache-dependency-path: src/github.com/containerd/cgroups
@@ -59,7 +59,7 @@ jobs:
5959
path: src/github.com/containerd/cgroups
6060

6161
- name: Install Go
62-
uses: actions/setup-go@v5
62+
uses: actions/setup-go@v6
6363
with:
6464
go-version: ${{ matrix.go-version }}
6565
cache-dependency-path: src/github.com/containerd/cgroups
@@ -101,7 +101,7 @@ jobs:
101101
path: src/github.com/containerd/cgroups
102102

103103
- name: Install Go
104-
uses: actions/setup-go@v5
104+
uses: actions/setup-go@v6
105105
with:
106106
go-version: ${{ matrix.go-version }}
107107

@@ -163,7 +163,7 @@ jobs:
163163
path: src/github.com/containerd/cgroups
164164

165165
- name: Install Go
166-
uses: actions/setup-go@v5
166+
uses: actions/setup-go@v6
167167
with:
168168
go-version: ${{ matrix.go-version }}
169169

@@ -187,7 +187,7 @@ jobs:
187187
path: src/github.com/containerd/cgroups
188188

189189
- name: Install Go
190-
uses: actions/setup-go@v5
190+
uses: actions/setup-go@v6
191191
with:
192192
go-version: '1.22.x'
193193
cache-dependency-path: src/github.com/containerd/cgroups

0 commit comments

Comments
 (0)