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

build: ensure compatibility for all supported Go versions #295

Merged
merged 1 commit into from Jul 29, 2022

Commits on Jul 29, 2022

  1. build: ensure compatibility for all supported Go versions

    Use matrix testing to test on currently supported Go versions,
    including 1.19 pre-release.
    
    The `go.mod` compatibility level is also set to 1.17. Once 1.19
    is released, we should bump to 1.18, as Go always supports the
    current version and one older, so we should stick with this as
    well.
    
    Signed-off-by: Milas Bowman <milas.bowman@docker.com>
    milas committed Jul 29, 2022
    Copy the full SHA
    81261dc View commit details
    Browse the repository at this point in the history