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.
2 parents 1590491 + 319e133 commit 5ff9d16Copy full SHA for 5ff9d16
go.mod
@@ -2,6 +2,11 @@ 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
9
+
10
require (
11
github.com/checkpoint-restore/go-criu/v6 v6.3.0
12
github.com/cilium/ebpf v0.16.0
0 commit comments