1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-04-18 19:44:09 +03:00

ci: bump bats to v0.11.0

This is the version available from Fedora 41.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2025-03-10 14:23:11 -07:00
parent 8e653e40c6
commit d31e6b87ca
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ task:
HOME: /root
CIRRUS_WORKING_DIR: /home/runc
GO_VER_PREFIX: "1.24."
BATS_VERSION: "v1.9.0"
BATS_VERSION: "v1.11.0"
RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
# yamllint disable rule:key-duplicates
matrix:

View File

@ -1,5 +1,5 @@
ARG GO_VERSION=1.23
ARG BATS_VERSION=v1.9.0
ARG BATS_VERSION=v1.11.0
ARG LIBSECCOMP_VERSION=2.5.6
FROM golang:${GO_VERSION}-bookworm