Skip to content

Commit d31e6b8

Browse files
committed
ci: bump bats to v0.11.0
This is the version available from Fedora 41. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 8e653e4 commit d31e6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9.0"
15+
BATS_VERSION: "v1.11.0"
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:

Dockerfile

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

55
FROM golang:${GO_VERSION}-bookworm

0 commit comments

Comments
 (0)