mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci: add go 1.26
This commit is a squash of the following two commits: 1. ci: add go 1.26 rc2 This is mostly to test whether https://go.dev/cl/728642 results in any test failures in the current CI matrix. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commite4e05423e4) Signed-off-by: lifubang <lifubang@acmcoder.com> 2. ci: bump Go 1.26rc2 -> 1.26.x Since Go 1.26.0 is released today. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commitdaa5ffcc84) Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-24.04, ubuntu-24.04-arm]
|
os: [ubuntu-24.04, ubuntu-24.04-arm]
|
||||||
go-version: [1.24.x, 1.25.x]
|
go-version: [1.24.x, 1.25.x, 1.26.x]
|
||||||
rootless: ["rootless", ""]
|
rootless: ["rootless", ""]
|
||||||
race: ["-race", ""]
|
race: ["-race", ""]
|
||||||
criu: ["", "criu-dev"]
|
criu: ["", "criu-dev"]
|
||||||
@@ -34,11 +34,15 @@ jobs:
|
|||||||
# (need to compile criu) and don't add much value/coverage.
|
# (need to compile criu) and don't add much value/coverage.
|
||||||
- criu: criu-dev
|
- criu: criu-dev
|
||||||
go-version: 1.24.x
|
go-version: 1.24.x
|
||||||
|
- criu: criu-dev
|
||||||
|
go-version: 1.25.x
|
||||||
- criu: criu-dev
|
- criu: criu-dev
|
||||||
rootless: rootless
|
rootless: rootless
|
||||||
# Do race detection only on latest Go.
|
# Do race detection only with latest stable Go version.
|
||||||
- race: -race
|
- race: -race
|
||||||
go-version: 1.24.x
|
go-version: 1.24.x
|
||||||
|
- race: -race
|
||||||
|
go-version: 1.25.x
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user