Skip to content

Commit 13091ee

Browse files
committed
ci: bump bats 1.8.2 -> 1.9.0
As Fedora 38 uses bats 1.9.0, let's switch to this version in other places. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent a192000 commit 13091ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ task:
7777
HOME: /root
7878
CIRRUS_WORKING_DIR: /home/runc
7979
GO_VERSION: "1.19"
80-
BATS_VERSION: "v1.8.2"
80+
BATS_VERSION: "v1.9.0"
8181
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs
8282
# yamllint disable rule:key-duplicates
8383
matrix:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: install bats
7777
uses: mig4/setup-bats@v1
7878
with:
79-
bats-version: 1.8.2
79+
bats-version: 1.9.0
8080

8181
- name: unit test
8282
if: matrix.rootless != 'rootless'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_VERSION=1.20
2-
ARG BATS_VERSION=v1.8.2
2+
ARG BATS_VERSION=v1.9.0
33
ARG LIBSECCOMP_VERSION=2.5.4
44

55
FROM golang:${GO_VERSION}-bullseye

0 commit comments

Comments
 (0)