v1.73.4
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
docs: fix typos in comments and messages
sync: fix error propagation in tests (#9025)