Skip to content

Commit

Permalink
Update to containerd v1.7.11 and mirror steps from vagrantfile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Jan 2, 2024
1 parent 7fa51cd commit 165339e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: containerd/containerd
ref: v1.7.10
ref: v1.7.11
- uses: actions/setup-go@v4
with:
go-version: '1.20.12'
Expand All @@ -62,6 +62,9 @@ jobs:
run: |
make build
make binaries
sudo make install
./script/setup/install-cni
./script/setup/install-critools
- name: Download youki binary
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile.containerd2youki
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vi: set ft=ruby :

GO_VERSION = "1.20.12"
CONTAINERD_VERSION = "1.7.10"
CONTAINERD_VERSION = "1.7.11"

Vagrant.configure("2") do |config|
config.vm.box = "generic/ubuntu2204"
Expand Down

0 comments on commit 165339e

Please sign in to comment.