Skip to content

Commit 2a8a3f9

Browse files
authored
Merge pull request #3540 from austinvazquez/update-containerd-1.7.23
Update containerd (1.7.23) in CI
2 parents 380d703 + 516ed82 commit 2a8a3f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/[email protected]
101101
with:
102102
repository: containerd/containerd
103-
ref: "v1.7.22"
103+
ref: "v1.7.23"
104104
path: containerd
105105
fetch-depth: 1
106106
- name: "Set up CNI"

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
containerd: v1.6.36
6767
runner: "ubuntu-20.04"
6868
- ubuntu: 22.04
69-
containerd: v1.7.22
69+
containerd: v1.7.23
7070
runner: "ubuntu-22.04"
7171
- ubuntu: 24.04
7272
containerd: v2.0.0-rc.5
@@ -115,7 +115,7 @@ jobs:
115115
# ubuntu-20.04: cgroup v1, ubuntu-22.04 and later: cgroup v2
116116
include:
117117
- ubuntu: 24.04
118-
containerd: v1.7.22
118+
containerd: v1.7.23
119119
env:
120120
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
121121
CONTAINERD_VERSION: "${{ matrix.containerd }}"
@@ -175,15 +175,15 @@ jobs:
175175
rootlesskit: v1.1.1 # Deprecated
176176
target: test-integration-rootless
177177
- ubuntu: 22.04
178-
containerd: v1.7.22
178+
containerd: v1.7.23
179179
rootlesskit: v2.3.1
180180
target: test-integration-rootless
181181
- ubuntu: 24.04
182182
containerd: v2.0.0-rc.5
183183
rootlesskit: v2.3.1
184184
target: test-integration-rootless
185185
- ubuntu: 24.04
186-
containerd: v1.7.22
186+
containerd: v1.7.23
187187
rootlesskit: v2.3.1
188188
target: test-integration-rootless-port-slirp4netns
189189
env:
@@ -320,15 +320,15 @@ jobs:
320320
- uses: actions/[email protected]
321321
with:
322322
repository: containerd/containerd
323-
ref: v1.7.22
323+
ref: v1.7.23
324324
path: containerd
325325
fetch-depth: 1
326326
- name: "Set up CNI"
327327
working-directory: containerd
328328
run: GOPATH=$(go env GOPATH) script/setup/install-cni-windows
329329
- name: "Set up containerd"
330330
env:
331-
ctrdVersion: 1.7.22
331+
ctrdVersion: 1.7.23
332332
run: powershell hack/configure-windows-ci.ps1
333333
# TODO: Run unit tests
334334
- name: "Run integration tests"

0 commit comments

Comments
 (0)