Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade go version requirement to 1.19 #127

Merged

Commits on Aug 28, 2023

  1. Downgrade go version requirement to 1.19

    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.
    dhartunian committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fe94800 View commit details
    Browse the repository at this point in the history