We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec6deaf + f853a7d commit a0473caCopy full SHA for a0473ca
Makefile
@@ -55,7 +55,7 @@ list: check-reqs
55
@set -x; make --silent show | jq -r '.target | path(.. | select(.platforms[] | contains("linux/$(ARCH)"))?) | add'
56
57
bats:
58
- git clone --branch v1.11.0 https://github.com/bats-core/bats-core ./bats
+ git clone --branch v1.11.1 https://github.com/bats-core/bats-core ./bats
59
60
prepare-test: bats check-reqs
61
git submodule update --init --recursive
0 commit comments