mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci: bump bats 1.3.0 -> 1.8.2
This version is already used by Cirrus CI Fedora 37 job, but other CI jobs are still using 1.3.0. Bump it everywhere so we can enjoy new version features and fixes. For one thing, I noticed that new bats is reporting error location correctly. We will also be able to use "run !" and "run -N" commands. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ task:
|
|||||||
HOME: /root
|
HOME: /root
|
||||||
CIRRUS_WORKING_DIR: /home/runc
|
CIRRUS_WORKING_DIR: /home/runc
|
||||||
GO_VERSION: "1.19"
|
GO_VERSION: "1.19"
|
||||||
BATS_VERSION: "v1.3.0"
|
BATS_VERSION: "v1.8.2"
|
||||||
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
|
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
|
||||||
# yamllint disable rule:key-duplicates
|
# yamllint disable rule:key-duplicates
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- name: install bats
|
- name: install bats
|
||||||
uses: mig4/setup-bats@v1
|
uses: mig4/setup-bats@v1
|
||||||
with:
|
with:
|
||||||
bats-version: 1.3.0
|
bats-version: 1.8.2
|
||||||
|
|
||||||
- name: unit test
|
- name: unit test
|
||||||
if: matrix.rootless != 'rootless'
|
if: matrix.rootless != 'rootless'
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ARG GO_VERSION=1.20
|
ARG GO_VERSION=1.20
|
||||||
ARG BATS_VERSION=v1.3.0
|
ARG BATS_VERSION=v1.8.2
|
||||||
ARG LIBSECCOMP_VERSION=2.5.4
|
ARG LIBSECCOMP_VERSION=2.5.4
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}-bullseye
|
FROM golang:${GO_VERSION}-bullseye
|
||||||
|
|||||||
Reference in New Issue
Block a user