We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a192000 commit 13091eeCopy full SHA for 13091ee
.cirrus.yml
@@ -77,7 +77,7 @@ task:
77
HOME: /root
78
CIRRUS_WORKING_DIR: /home/runc
79
GO_VERSION: "1.19"
80
- BATS_VERSION: "v1.8.2"
+ BATS_VERSION: "v1.9.0"
81
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
82
# yamllint disable rule:key-duplicates
83
matrix:
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: install bats
uses: mig4/setup-bats@v1
with:
- bats-version: 1.8.2
+ bats-version: 1.9.0
- name: unit test
if: matrix.rootless != 'rootless'
Dockerfile
@@ -1,5 +1,5 @@
1
ARG GO_VERSION=1.20
2
-ARG BATS_VERSION=v1.8.2
+ARG BATS_VERSION=v1.9.0
3
ARG LIBSECCOMP_VERSION=2.5.4
4
5
FROM golang:${GO_VERSION}-bullseye
0 commit comments