Skip to content

Commit ecfef92

Browse files
chore: Updates bats version in the Makefile (#516)
Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96d5570 commit ecfef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ list: check-reqs
6969
@set -x; make --silent show | jq -r '.target | path(.. | select(.platforms[] | contains("linux/$(ARCH)"))?) | add'
7070

7171
bats:
72-
git clone --branch v1.11.1 https://github.com/bats-core/bats-core bats
72+
git clone --branch v1.12.0 https://github.com/bats-core/bats-core bats
7373

7474
prepare-test: bats check-reqs
7575
git submodule update --init --recursive

0 commit comments

Comments
 (0)