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

[v1] fix CI, add Go 1.17.x and 1.18.x #1379

Merged
merged 1 commit into from Apr 28, 2022
Merged

Commits on Apr 27, 2022

  1. ci: add go 1.17.x and 1.18.x, fix failing test

    One test is failing with Go 1.17+ since it now panics instead of
    returning an error. Catch the panic and consider the test passed.
    
    With that out of the door, add Go 1.17.x and 1.18.x to the testing
    matrix.
    
    While at it, do not use && in run since it is executed by a shell with
    set -e, thus making && redundant.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Apr 27, 2022
    Copy the full SHA
    6564c0f View commit details
    Browse the repository at this point in the history