Skip to content

Commit 6af1d63

Browse files
committed
ci: bump bats to 1.11.1
Bump bats to the version from Fedora 42 (used in "fedora" job), so we have the same version everywhere. This also fixes an issue introduced by commit d31e6b8 (which forgot to bump bats in GHA CI), and adds a note to the yaml in order to avoid the same issue in the future. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent d34ea2b commit 6af1d63

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
@@ -12,7 +12,7 @@ task:
1212
HOME: /root
1313
CIRRUS_WORKING_DIR: /home/runc
1414
GO_VER_PREFIX: "1.24."
15-
BATS_VERSION: "v1.11.0"
15+
BATS_VERSION: "v1.11.1"
1616
RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
1717
# yamllint disable rule:key-duplicates
1818
matrix:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup Bats and bats libs
108108
uses: bats-core/[email protected]
109109
with:
110-
bats-version: 1.9.0
110+
bats-version: 1.11.1 # Known as BATS_VERSION in other places.
111111
support-install: false
112112
assert-install: false
113113
detik-install: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_VERSION=1.24
2-
ARG BATS_VERSION=v1.11.0
2+
ARG BATS_VERSION=v1.11.1
33
ARG LIBSECCOMP_VERSION=2.5.6
44

55
FROM golang:${GO_VERSION}-bookworm

0 commit comments

Comments
 (0)