Merge pull request #5181 from kolyshkin/1.3-go126

[1.3] ci: add go 1.26
This commit is contained in:
Kir Kolyshkin
2026-03-17 09:25:22 -07:00
committed by GitHub
+6 -2
View File
@@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm]
go-version: [1.23.x, 1.25.x]
go-version: [1.23.x, 1.25.x, 1.26.x]
rootless: ["rootless", ""]
race: ["-race", ""]
criu: ["", "criu-dev"]
@@ -34,11 +34,15 @@ jobs:
# (need to compile criu) and don't add much value/coverage.
- criu: criu-dev
go-version: 1.23.x
- criu: criu-dev
go-version: 1.25.x
- criu: criu-dev
rootless: rootless
# Do race detection only on latest Go.
# Do race detection only with latest stable Go version.
- race: -race
go-version: 1.23.x
- race: -race
go-version: 1.25.x
runs-on: ${{ matrix.os }}