We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8742074 commit 16d7336Copy full SHA for 16d7336
go.mod
@@ -1,11 +1,6 @@
1
module github.com/opencontainers/runc
2
3
-go 1.22
4
-
5
-// Suggest toolchain 1.22.4 due to a fix in golang for libcontainer/nsenter/.
6
-// For more info, see: #4233
7
-// Note that toolchain does not impose a requirement on other modules using runc.
8
-toolchain go1.22.4
+go 1.23.0
9
10
require (
11
github.com/checkpoint-restore/go-criu/v6 v6.3.0
libcontainer/system/rlimit_linux_go122.go
0 commit comments