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: adapt to another Go 1.18 tip change #146

Merged
merged 1 commit into from
Oct 14, 2021

Commits on Oct 12, 2021

  1. testscript: adapt to another Go 1.18 tip change

    In https://go-review.googlesource.com/c/go/+/354632,
    one of the struct field names in corpusEntry got renamed.
    
    A minor change with a very easy fix.
    Still, this probably signals that we shouldn't release a tagged version
    with Go 1.18 support just yet, as it's still in flux.
    
    Bump the Go tip version we test against, too.
    mvdan committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d9bb3cf View commit details
    Browse the repository at this point in the history