Skip to content

Commit b4a26b5

Browse files
committed
chore: Fix xfstests
1 parent f56e970 commit b4a26b5

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
@@ -17,7 +17,7 @@ run-lint:
1717
golangci-lint --timeout=5m run --fix
1818

1919
xfstests:
20-
git clone --depth=1 https://github.com/kdave/xfstests
20+
git clone --branch v2025.03.30 --depth=1 https://github.com/kdave/xfstests
2121
cd xfstests && patch -p1 -l < ../test/xfstests.diff
2222

2323
s3proxy.jar:

0 commit comments

Comments
 (0)