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

Add support for Go 1.16 #1818

Merged
merged 1 commit into from Feb 27, 2021
Merged

Add support for Go 1.16 #1818

merged 1 commit into from Feb 27, 2021

Commits on Feb 25, 2021

  1. Add support for Go 1.16

    Go 1.16 changes the way modules are handled. It now expects Go projects
    to have non-empty `go.mod` files.
    
    This change is compatible with Go 1.15.
    
    Fixes #1815
    rafikdraoui committed Feb 25, 2021
    Copy the full SHA
    fe1f56c View commit details
    Browse the repository at this point in the history