diff --git a/Makefile b/Makefile index f55418549..a993d74d6 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ list: check-reqs @set -x; make --silent show | jq -r '.target | path(.. | select(.platforms[] | contains("linux/$(ARCH)"))?) | add' bats: - git clone --branch v1.10.0 https://github.com/bats-core/bats-core ./bats + git clone --branch v1.11.0 https://github.com/bats-core/bats-core ./bats prepare-test: bats check-reqs git submodule update --init --recursive