mirror of
https://github.com/docker/compose.git
synced 2026-02-08 17:49:23 +08:00
Replace manual context creation with t.Context() which is automatically cancelled when the test completes. Go 1.24 modernization pattern. Assisted-By: cagent Signed-off-by: David Gageot <david.gageot@docker.com>