Add go 1.25, require go 1.24

Now that Go 1.25 is out, let's switch to go 1.24.0 as a minimally
supported version, drop Go 1.23 and add Go 1.25 to CI matrix.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-08-13 20:01:09 -07:00
parent 237cc9806a
commit 26602650ad
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/opencontainers/runc
go 1.23.0
go 1.24.0
require (
github.com/checkpoint-restore/go-criu/v7 v7.2.0