File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
with :
102
102
repository : containerd/containerd
103
- ref : " v1.7.22 "
103
+ ref : " v1.7.23 "
104
104
path : containerd
105
105
fetch-depth : 1
106
106
- name : " Set up CNI"
Original file line number Diff line number Diff line change 66
66
containerd : v1.6.36
67
67
runner : " ubuntu-20.04"
68
68
- ubuntu : 22.04
69
- containerd : v1.7.22
69
+ containerd : v1.7.23
70
70
runner : " ubuntu-22.04"
71
71
- ubuntu : 24.04
72
72
containerd : v2.0.0-rc.5
@@ -115,7 +115,7 @@ jobs:
115
115
# ubuntu-20.04: cgroup v1, ubuntu-22.04 and later: cgroup v2
116
116
include :
117
117
- ubuntu : 24.04
118
- containerd : v1.7.22
118
+ containerd : v1.7.23
119
119
env :
120
120
UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
121
121
CONTAINERD_VERSION : " ${{ matrix.containerd }}"
@@ -175,15 +175,15 @@ jobs:
175
175
rootlesskit : v1.1.1 # Deprecated
176
176
target : test-integration-rootless
177
177
- ubuntu : 22.04
178
- containerd : v1.7.22
178
+ containerd : v1.7.23
179
179
rootlesskit : v2.3.1
180
180
target : test-integration-rootless
181
181
- ubuntu : 24.04
182
182
containerd : v2.0.0-rc.5
183
183
rootlesskit : v2.3.1
184
184
target : test-integration-rootless
185
185
- ubuntu : 24.04
186
- containerd : v1.7.22
186
+ containerd : v1.7.23
187
187
rootlesskit : v2.3.1
188
188
target : test-integration-rootless-port-slirp4netns
189
189
env :
@@ -320,15 +320,15 @@ jobs:
320
320
321
321
with :
322
322
repository : containerd/containerd
323
- ref : v1.7.22
323
+ ref : v1.7.23
324
324
path : containerd
325
325
fetch-depth : 1
326
326
- name : " Set up CNI"
327
327
working-directory : containerd
328
328
run : GOPATH=$(go env GOPATH) script/setup/install-cni-windows
329
329
- name : " Set up containerd"
330
330
env :
331
- ctrdVersion : 1.7.22
331
+ ctrdVersion : 1.7.23
332
332
run : powershell hack/configure-windows-ci.ps1
333
333
# TODO: Run unit tests
334
334
- name : " Run integration tests"
You can’t perform that action at this time.
0 commit comments