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

go.mod: Force 1.22.4 as min go version #4407

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. go.mod: Force 1.22.4 as min go version

    Go now enforces the "go" version in go.mod as a minimum version[1].
    As documented in the 1.2.0-rc.1 release notes, 1.22.4 is needed.
    
    Let's enforce it.
    
    [1]: https://go.dev/doc/toolchain
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    85fea21 View commit details
    Browse the repository at this point in the history