Skip to content

Commit 16d7336

Browse files
committed
Require Go 1.23.x, drop Go 1.22 support
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 8742074 commit 16d7336

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

go.mod

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

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
3+
go 1.23.0
94

105
require (
116
github.com/checkpoint-restore/go-criu/v6 v6.3.0

libcontainer/system/rlimit_linux_go122.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)