moby / buildkit

concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
https://github.com/moby/moby/issues/34227
Apache License 2.0
7.83k stars 1.09k forks source link

Update Go to 1.22 #5059

Closed tonistiigi closed 1 week ago

tonistiigi commented 1 week ago

Carrying #4645

Runc issue in #4645 has been resolved in go1.22.4 + runc 1.1.13 combination https://github.com/opencontainers/runc/releases/tag/v1.1.13

go.mod currently left go1.21 to mark minimum-version, but I think it can be updated once we need new language features and should not be considered frozen.