v1.72.0
build: modernize Go usage
build: remove x := x made unnecessary by the new semantics of loops in go1.22
test: replace defer cleanup with `t.Cleanup`
build: use sequence Split introduced in go1.24
sync: fix testLoggerVsLsf when backend only reads modtime
build: use "for i := range n", added in go1.22