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

Drop support for Go < 1.15 #1028

Merged
merged 2 commits into from Nov 9, 2021
Merged

Drop support for Go < 1.15 #1028

merged 2 commits into from Nov 9, 2021

Commits on Nov 9, 2021

  1. Drop support for Go < 1.12

    Go 1.12 is old enough that we don't need to try to support it.
    The files global_go112 and global_prego112 existed to
    support different stack depths for the standard library logger,
    which changed going from Go 1.11 to 1.12.
    
    This is no longer something we need to support because
    per our CI configuration, we only support Go 1.15+.
    
    Ref #682
    abhinav committed Nov 9, 2021
    Copy the full SHA
    fe04ac4 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    abhinav committed Nov 9, 2021
    Copy the full SHA
    c6029c2 View commit details
    Browse the repository at this point in the history