Skip to content

Commit

Permalink
Allow to build with go 1.21
Browse files Browse the repository at this point in the history
The glibc bug used by go 1.22 is breaking runc 1.2.0 in some cases. This
does not directly influence Kubernetes, but downstream may rely on
Kubernetes as well as runc in their build environments. This means that
forcing users to build Kubernetes with go 1.22 may break their build
toolchain, which is especially the case for container runtimes. We now
relax that restriction to allow building with go 1.21 until the runc
issue has been resolved.

Refers to: opencontainers/runc#4233

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Apr 3, 2024
1 parent 6673e7a commit c4e020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@

module k8s.io/kubernetes

go 1.22.0
go 1.21

require (
bitbucket.org/bertimus9/systemstat v0.5.0
Expand Down

0 comments on commit c4e020e

Please sign in to comment.