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

ci: add support for Go 1.16 #117

Merged
merged 1 commit into from Jan 18, 2021
Merged

ci: add support for Go 1.16 #117

merged 1 commit into from Jan 18, 2021

Commits on Jan 18, 2021

  1. ci: add support for Go 1.16

    Involves a quick fix to cmd/testscript tests which currently rely on the
    pre 1.16 behaviour of cmd/go to automatically update go.{mod,sum} as
    part of any build command.
    
    Adding go1.16beta1 to the build matrix is a function of
    github.com/actions/setup-go/issues/96
    myitcv committed Jan 18, 2021
    Copy the full SHA
    457d0fa View commit details
    Browse the repository at this point in the history