Skip to content

Commit 5ff9d16

Browse files
authored
Merge pull request #4407 from rata/rata/min-1.22.4
go.mod: Force 1.22.4 as min go version
2 parents 1590491 + 319e133 commit 5ff9d16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ module github.com/opencontainers/runc
22

33
go 1.22
44

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+
510
require (
611
github.com/checkpoint-restore/go-criu/v6 v6.3.0
712
github.com/cilium/ebpf v0.16.0

0 commit comments

Comments
 (0)