Skip to content

Commit

Permalink
Update the version of containerd used for testing
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed May 3, 2023
1 parent bc71780 commit 55f9812
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/containerd_integration_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: 🧪 Containerd integration test

on:
push:
branches:
Expand Down Expand Up @@ -32,10 +34,10 @@ jobs:
- uses: actions/checkout@v3
with:
repository: containerd/containerd
ref: v1.6.9
ref: v1.6.20
- uses: actions/setup-go@v3
with:
go-version: '1.18.3'
go-version: '1.19.9'
cache: true
- run: sudo apt-get -y update
- run: sudo apt-get install -y pkg-config libsystemd-dev libdbus-glib-1-dev libelf-dev libseccomp-dev btrfs-progs libbtrfs-dev
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile.containerd2youki
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
export GOPATH=$HOME/go
git clone https://github.com/containerd/containerd \
/root/go/src/github.com/containerd/containerd -b v1.5.11
/root/go/src/github.com/containerd/containerd -b v1.6.20
cd /root/go/src/github.com/containerd/containerd
make
Expand Down

0 comments on commit 55f9812

Please sign in to comment.