]> git.feebdaed.xyz Git - 0xmirror/runc.git/commitdiff
ci: bump bats to 1.12.0
authorKir Kolyshkin <kolyshkin@gmail.com>
Tue, 2 Dec 2025 23:22:40 +0000 (15:22 -0800)
committerKir Kolyshkin <kolyshkin@gmail.com>
Wed, 3 Dec 2025 18:22:14 +0000 (10:22 -0800)
This which is already using in CI on Fedora.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
.cirrus.yml
.github/workflows/test.yml
Dockerfile

index e2f552cbd20a280d1c18f888880b1c923b42f660..67ebd982f5ac1673c292b1e1a98274c714def438 100644 (file)
@@ -12,7 +12,7 @@ task:
     HOME: /root
     CIRRUS_WORKING_DIR: /home/runc
     GO_VER_PREFIX: "1.24."
-    BATS_VERSION: "v1.11.1"
+    BATS_VERSION: "v1.12.0"
     RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
     # yamllint disable rule:key-duplicates
     matrix:
index b9295bf04aabb4bd4d2d8224865710257c57246c..5ec5bafa2fdc98d3bfbd3a390ec5d7c4143c7c6c 100644 (file)
@@ -108,7 +108,7 @@ jobs:
     - name: Setup Bats and bats libs
       uses: bats-core/bats-action@3.0.1
       with:
-        bats-version: 1.11.1 # Known as BATS_VERSION in other places.
+        bats-version: 1.12.0 # Known as BATS_VERSION in other places.
         support-install: false
         assert-install: false
         detik-install: false
index ae10e34661f2581cec2fdb957061baa70f77ddf9..03de7e49faa272ae8f2d131adc91c50759c08aaa 100644 (file)
@@ -1,5 +1,5 @@
 ARG GO_VERSION=1.24
-ARG BATS_VERSION=v1.11.1
+ARG BATS_VERSION=v1.12.0
 ARG LIBSECCOMP_VERSION=2.5.6
 
 FROM golang:${GO_VERSION}-bookworm