mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
go.mod: bump minimum to Go 1.25
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
(cherry picked from commit 99d054b93f)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
committed by
Kir Kolyshkin
parent
62a05b94cd
commit
b66fa4c218
@@ -26,7 +26,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm]
|
||||
go-version: [1.24.x, 1.25.x, 1.26.x]
|
||||
go-version: [1.25.x, 1.26.x]
|
||||
libpathrs: ["libpathrs", ""]
|
||||
rootless: ["rootless", ""]
|
||||
race: ["-race", ""]
|
||||
@@ -34,15 +34,11 @@ jobs:
|
||||
exclude:
|
||||
# Disable most of criu-dev jobs, as they are expensive
|
||||
# (need to compile criu) and don't add much value/coverage.
|
||||
- criu: criu-dev
|
||||
go-version: 1.24.x
|
||||
- criu: criu-dev
|
||||
go-version: 1.25.x
|
||||
- criu: criu-dev
|
||||
rootless: rootless
|
||||
# Do race detection only with latest stable Go version.
|
||||
- race: -race
|
||||
go-version: 1.24.x
|
||||
- race: -race
|
||||
go-version: 1.25.x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user