File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 HOME : /root
1313 CIRRUS_WORKING_DIR : /home/runc
1414 GO_VER_PREFIX : " 1.24."
15- BATS_VERSION : " v1.11.0 "
15+ BATS_VERSION : " v1.11.1 "
1616 RPMS : gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
1717 # yamllint disable rule:key-duplicates
1818 matrix :
Original file line number Diff line number Diff line change 9494 https://github.com/checkpoint-restore/criu.git ~/criu
9595 (cd ~/criu && sudo make -j $(nproc) install-criu)
9696 rm -rf ~/criu
97+ criu --version
9798
9899 - name : install go ${{ matrix.go-version }}
99100 uses : actions/setup-go@v6
@@ -107,7 +108,7 @@ jobs:
107108 - name : Setup Bats and bats libs
108109109110 with :
110- bats-version : 1.9.0
111+ bats-version : 1.11.1 # Known as BATS_VERSION in other places.
111112 support-install : false
112113 assert-install : false
113114 detik-install : false
Original file line number Diff line number Diff line change 11ARG GO_VERSION=1.24
2- ARG BATS_VERSION=v1.11.0
2+ ARG BATS_VERSION=v1.11.1
33ARG LIBSECCOMP_VERSION=2.5.6
44
55FROM golang:${GO_VERSION}-bookworm
You can’t perform that action at this time.
0 commit comments