mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci: bump bats to 1.12.0
This which is already using in CI on Fedora. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ task:
|
|||||||
HOME: /root
|
HOME: /root
|
||||||
CIRRUS_WORKING_DIR: /home/runc
|
CIRRUS_WORKING_DIR: /home/runc
|
||||||
GO_VER_PREFIX: "1.24."
|
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
|
RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
|
||||||
# yamllint disable rule:key-duplicates
|
# yamllint disable rule:key-duplicates
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
- name: Setup Bats and bats libs
|
- name: Setup Bats and bats libs
|
||||||
uses: bats-core/bats-action@3.0.1
|
uses: bats-core/bats-action@3.0.1
|
||||||
with:
|
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
|
support-install: false
|
||||||
assert-install: false
|
assert-install: false
|
||||||
detik-install: false
|
detik-install: false
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ARG GO_VERSION=1.24
|
ARG GO_VERSION=1.24
|
||||||
ARG BATS_VERSION=v1.11.1
|
ARG BATS_VERSION=v1.12.0
|
||||||
ARG LIBSECCOMP_VERSION=2.5.6
|
ARG LIBSECCOMP_VERSION=2.5.6
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}-bookworm
|
FROM golang:${GO_VERSION}-bookworm
|
||||||
|
|||||||
Reference in New Issue
Block a user