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: go 1.22 #10110

Merged
merged 3 commits into from Apr 30, 2024
Merged

go.mod: go 1.22 #10110

merged 3 commits into from Apr 30, 2024

Commits on Apr 30, 2024

  1. install-runc: pin Go to 1.21

    runc is incompatible with Go 1.22 on glibc-based distros
    (opencontainers/runc issue 4233)
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fef78c1 View commit details
    Browse the repository at this point in the history
  2. CI: use Go 1.22 by default

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2d56894 View commit details
    Browse the repository at this point in the history
  3. go.mod: go 1.22

    Depended by k8s.io/cri-api >= v0.30.0 (Kubernetes v1.30, PR 10019)
    https://github.com/kubernetes/cri-api/blob/v0.30.0/go.mod#L5
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1578288 View commit details
    Browse the repository at this point in the history