File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 81
81
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
82
with :
83
83
repository : containerd/containerd
84
- ref : " v1.7.24 "
84
+ ref : " v1.7.25 "
85
85
path : containerd
86
86
fetch-depth : 1
87
87
- name : " Set up CNI"
Original file line number Diff line number Diff line change 28
28
containerd : v1.6.36
29
29
arch : amd64
30
30
- runner : ubuntu-24.04
31
- containerd : v1.7.24
31
+ containerd : v1.7.25
32
32
arch : amd64
33
33
- runner : ubuntu-24.04
34
34
containerd : v2.0.1
84
84
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85
85
with :
86
86
repository : containerd/containerd
87
- ref : v1.7.24
87
+ ref : v1.7.25
88
88
path : containerd
89
89
fetch-depth : 1
90
90
- if : ${{ matrix.goos=='windows' }}
@@ -109,7 +109,7 @@ jobs:
109
109
runner : " ubuntu-20.04"
110
110
arch : amd64
111
111
- ubuntu : 22.04
112
- containerd : v1.7.24
112
+ containerd : v1.7.25
113
113
runner : " ubuntu-22.04"
114
114
arch : amd64
115
115
- ubuntu : 24.04
@@ -234,7 +234,7 @@ jobs:
234
234
target : rootless
235
235
arch : amd64
236
236
- ubuntu : 22.04
237
- containerd : v1.7.24
237
+ containerd : v1.7.25
238
238
rootlesskit : v2.3.1
239
239
target : rootless
240
240
arch : amd64
@@ -244,7 +244,7 @@ jobs:
244
244
target : rootless
245
245
arch : amd64
246
246
- ubuntu : 24.04
247
- containerd : v1.7.24
247
+ containerd : v1.7.25
248
248
rootlesskit : v2.3.1
249
249
target : rootless-port-slirp4netns
250
250
arch : amd64
@@ -374,15 +374,15 @@ jobs:
374
374
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
375
375
with :
376
376
repository : containerd/containerd
377
- ref : v1.7.24
377
+ ref : v1.7.25
378
378
path : containerd
379
379
fetch-depth : 1
380
380
- name : " Set up CNI"
381
381
working-directory : containerd
382
382
run : GOPATH=$(go env GOPATH) script/setup/install-cni-windows
383
383
- name : " Set up containerd"
384
384
env :
385
- ctrdVersion : 1.7.24
385
+ ctrdVersion : 1.7.25
386
386
run : powershell hack/configure-windows-ci.ps1
387
387
- name : " Run integration tests"
388
388
run : ./hack/test-integration.sh -test.only-flaky=false
You can’t perform that action at this time.
0 commit comments