mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-14 17:11:16 +02:00
Instead of running `PreFunc` in goroutine which might leak behind the lifetime of the service `PreFunc`, add more clauses to correctly abort sequence on context canceled. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>