Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task:
HOME: /root
CIRRUS_WORKING_DIR: /home/runc
GO_VER_PREFIX: "1.24."
BATS_VERSION: "v1.11.0"
BATS_VERSION: "v1.11.1"
RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
# yamllint disable rule:key-duplicates
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
https://github.com/checkpoint-restore/criu.git ~/criu
(cd ~/criu && sudo make -j $(nproc) install-criu)
rm -rf ~/criu
criu --version

- name: install go ${{ matrix.go-version }}
uses: actions/setup-go@v6
Expand All @@ -107,7 +108,7 @@ jobs:
- name: Setup Bats and bats libs
uses: bats-core/[email protected]
with:
bats-version: 1.9.0
bats-version: 1.11.1 # Known as BATS_VERSION in other places.
support-install: false
assert-install: false
detik-install: false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.24
ARG BATS_VERSION=v1.11.0
ARG BATS_VERSION=v1.11.1
ARG LIBSECCOMP_VERSION=2.5.6

FROM golang:${GO_VERSION}-bookworm
Expand Down