Switch to go 1.24#11533
Conversation
The latest NRI wasm support will require go 1.24. Means we switch to the latest golang minor ahead of time to allow seamless upgrades. Signed-off-by: Sascha Grunert <[email protected]>
|
Hi @saschagrunert. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| module github.com/containerd/containerd/v2 | ||
|
|
||
| go 1.23.0 | ||
| go 1.24 |
There was a problem hiding this comment.
I still have to look into the NRI side of changes. But this will force the minimal version to 1.24. Is it possible to keep the go.mod version at 1.23 in NRI and toolchain at 1.24?
|
Copying my comment over from containerd/nri#148 (comment)
Oof. So for containerd, either we:
None of those sound like great choices to me. I think option 2 sounds the worst though. |
|
Per the community call today, we do not plan to require Go 1.24 in containerd 2.1. |
The latest NRI wasm support will require go 1.24. Means we switch to the latest golang minor ahead of time to allow seamless upgrades.
Refers to containerd/nri#148