Skip to content

Commit 9ece9be

Browse files
authored
Merge pull request containerd#3689 from austinvazquez/update-containerd-v1.7.24
Update containerd (1.7.24) in CI
2 parents 2ec8290 + 0e8abac commit 9ece9be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/[email protected]
8383
with:
8484
repository: containerd/containerd
85-
ref: "v1.7.23"
85+
ref: "v1.7.24"
8686
path: containerd
8787
fetch-depth: 1
8888
- name: "Set up CNI"

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
containerd: v1.6.36
2929
arch: amd64
3030
- runner: ubuntu-24.04
31-
containerd: v1.7.23
31+
containerd: v1.7.24
3232
arch: amd64
3333
- runner: ubuntu-24.04
3434
containerd: v2.0.0
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/[email protected]
8686
with:
8787
repository: containerd/containerd
88-
ref: v1.7.23
88+
ref: v1.7.24
8989
path: containerd
9090
fetch-depth: 1
9191
- if: ${{ matrix.goos=='windows' }}
@@ -110,7 +110,7 @@ jobs:
110110
runner: "ubuntu-20.04"
111111
arch: amd64
112112
- ubuntu: 22.04
113-
containerd: v1.7.23
113+
containerd: v1.7.24
114114
runner: "ubuntu-22.04"
115115
arch: amd64
116116
- ubuntu: 24.04
@@ -235,7 +235,7 @@ jobs:
235235
target: rootless
236236
arch: amd64
237237
- ubuntu: 22.04
238-
containerd: v1.7.23
238+
containerd: v1.7.24
239239
rootlesskit: v2.3.1
240240
target: rootless
241241
arch: amd64
@@ -245,7 +245,7 @@ jobs:
245245
target: rootless
246246
arch: amd64
247247
- ubuntu: 24.04
248-
containerd: v1.7.23
248+
containerd: v1.7.24
249249
rootlesskit: v2.3.1
250250
target: rootless-port-slirp4netns
251251
arch: amd64
@@ -378,15 +378,15 @@ jobs:
378378
- uses: actions/[email protected]
379379
with:
380380
repository: containerd/containerd
381-
ref: v1.7.23
381+
ref: v1.7.24
382382
path: containerd
383383
fetch-depth: 1
384384
- name: "Set up CNI"
385385
working-directory: containerd
386386
run: GOPATH=$(go env GOPATH) script/setup/install-cni-windows
387387
- name: "Set up containerd"
388388
env:
389-
ctrdVersion: 1.7.23
389+
ctrdVersion: 1.7.24
390390
run: powershell hack/configure-windows-ci.ps1
391391
- name: "Run integration tests"
392392
run: ./hack/test-integration.sh -test.only-flaky=false

0 commit comments

Comments
 (0)