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

testscript: add support for Go master aka 1.18 #145

Merged
merged 1 commit into from
Sep 23, 2021

Commits on Sep 23, 2021

  1. testscript: add support for Go master aka 1.18

    Fuzzing support brought a new parameter to MainStart,
    as well as more methods on testDeps.
    Use build tags to support those without breaking 1.16 nor 1.17.
    
    While at it, bump CI to test the two latest Go versions,
    and run 1.17's gofmt, as CI demands it.
    
    Finally, make CI also test with Go's master version,
    to ensure that we are compatible with it.
    We pin a specific commit, since that keeps CI stable.
    
    Fixes rogpeppe#144.
    
    Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
    mvdan and rogpeppe committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ffb0322 View commit details
    Browse the repository at this point in the history