File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Run cluster tests
2323 run : NUM_ITER=100 SAME_PROCESS_MOUNT=1 make run-cluster-test
24- timeout-minutes : 12
24+ timeout-minutes : 20
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func (s *GoofysTest) TestIssue69Fuse(t *C) {
7171
7272 // don't really care about error code, but it should be a PathError
7373 _ , err = os .Stat ("dir1" )
74- t .Assert (err , IsNil )
74+ t .Assert (err , NotNil )
7575 _ , err = os .Stat ("dir1" )
7676 t .Assert (err , NotNil )
7777}
Original file line number Diff line number Diff line change 11module github.com/tigrisdata/tigrisfs
22
3- go 1.23
3+ go 1.24
44
55require (
66 cloud.google.com/go/storage v1.50.0
Original file line number Diff line number Diff line change 1515
1616set -e
1717
18- VERSION=1.23.6
18+ VERSION=1.24.0
1919ARCH=$( dpkg --print-architecture)
2020FN=" go${VERSION} .linux-${ARCH} .tar.gz"
2121
2222case " $ARCH " in
2323" amd64" )
24- SHA256=" 9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d "
24+ SHA256=" dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858 "
2525 ;;
2626" arm64" )
27- SHA256=" 561c780e8f4a8955d32bf72e46af0b5ee5e0debe1e4633df9a03781878219202 "
27+ SHA256=" c3fa6d16ffa261091a5617145553c71d21435ce547e44cc6dfb7470865527cc7 "
2828 ;;
2929* )
3030 echo " No supported architecture."
You can’t perform that action at this time.
0 commit comments