You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we had upgraded this library to be compatible with a
number of features introduced in go 1.20. Our compatibility with the
multi-cause errors does not depend on those features being available
in the stdlib so the requirement in go.mod is being downgraded to
1.19.
This removes the need for an older compatibility branch released as
version 1.10.1 of this library.
Go 1.20 features are only necessary to run tests. GitHub actions are
adjusted to additionally test for a successful build on 1.19.
0 commit comments