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

test: split error message check to fix it for go 1.24 #4000

Merged
merged 1 commit into from
Oct 21, 2024

Commits on Oct 18, 2024

  1. test: split error message check to fix it for go 1.24

    as part of golang/go@0fe6347
    now messages around encoding/json better specify the fields when
    embedding fields.
    
    This does break a check on the message and the message will now be
    different between go versions.
    
    With this commit the check is made to work between go versions.
    mstoykov committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8b8d975 View commit details
    Browse the repository at this point in the history