Skip to content

Commit

Permalink
ci: bump bats to v0.11.0
Browse files Browse the repository at this point in the history
This is the version available from Fedora 41.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Mar 10, 2025
1 parent dbd2f02 commit ccaa31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task:
HOME: /root
CIRRUS_WORKING_DIR: /home/runc
GO_VER_PREFIX: "1.24."
BATS_VERSION: "v1.9.0"
BATS_VERSION: "v1.11.0"
RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
# yamllint disable rule:key-duplicates
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.23
ARG BATS_VERSION=v1.9.0
ARG BATS_VERSION=v1.11.0
ARG LIBSECCOMP_VERSION=2.5.6

FROM golang:${GO_VERSION}-bookworm
Expand Down

0 comments on commit ccaa31e

Please sign in to comment.