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.20 #1

Merged
merged 1 commit into from
Sep 8, 2023

Commits on Sep 4, 2023

  1. Downgrade Go version requirement to 1.20

    As part of the upgrade to Go 1.21, the Go toolchain now requires the
    `go` directive to match the maximum Go version in use in dependencies.
    
    This leads to any transitive dependency on this library to result in a
    requirement of the consuming project moving to Go 1.21.
    
    Although in a lot of cases this may not be as problematic, it forces
    consumers to migrate, which we don't need to do in this case.
    jamietanna committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cf9529c View commit details
    Browse the repository at this point in the history