ci: bump bats to 1.12.0

This which is already using in CI on Fedora.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-12-02 15:22:40 -08:00
parent 54d8257ec1
commit f128234354
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.24
ARG BATS_VERSION=v1.11.1
ARG BATS_VERSION=v1.12.0
ARG LIBSECCOMP_VERSION=2.5.6
FROM golang:${GO_VERSION}-bookworm