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

Update min Go version to 1.22 and update deps. #446

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Update min Go version to 1.22 and update deps. #446

merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Update min Go version to 1.22.

    Use the new version format [introduced] in Go 1.21. This was why CodeQL
    wasn't working with 1.22 before: `go 1.22` is not a valid [version]
    any more. Versions like `1.20` were always shorthand for the initial
    release such as `1.20.0`.
    
    Since the version in go.mod is still a minimum version constraint, we
    still don't need to worry about updating the patch version there. It can
    just stay as `.0` unless there's some exceptional reason to change it.
    
    [introduced]: https://tip.golang.org/doc/go1.21#introduction
    [version]: https://tip.golang.org/doc/toolchain#version
    sengi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    763b6a2 View commit details
    Browse the repository at this point in the history
  2. make update_deps

    sengi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    80ea1bf View commit details
    Browse the repository at this point in the history