Closed as not planned
Description
Proposal Details
See #74304 (comment) and #53757 (comment) , Sometimes we need to restore the old behavior of errgroup, and I suggest adding a new field Propagate to achieve this, turning the new behavior into an option to join.
Don't use GODEBUG because don't know what to set its default value and what to enable new behavior when the go line in go.mod changes to.
I can send CL implement this proposal.
open-ended question:
Do we also need to adopt https://go.dev/cl/682335 or #74275 for faster panic when using new behaviors?