Skip to content

Commit c5f4a41

Browse files
authored
Merge pull request #5181 from kolyshkin/1.3-go126
[1.3] ci: add go 1.26
2 parents 9183ee6 + 692817a commit c5f4a41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-24.04, ubuntu-24.04-arm]
28-
go-version: [1.23.x, 1.25.x]
28+
go-version: [1.23.x, 1.25.x, 1.26.x]
2929
rootless: ["rootless", ""]
3030
race: ["-race", ""]
3131
criu: ["", "criu-dev"]
@@ -34,11 +34,15 @@ jobs:
3434
# (need to compile criu) and don't add much value/coverage.
3535
- criu: criu-dev
3636
go-version: 1.23.x
37+
- criu: criu-dev
38+
go-version: 1.25.x
3739
- criu: criu-dev
3840
rootless: rootless
39-
# Do race detection only on latest Go.
41+
# Do race detection only with latest stable Go version.
4042
- race: -race
4143
go-version: 1.23.x
44+
- race: -race
45+
go-version: 1.25.x
4246

4347
runs-on: ${{ matrix.os }}
4448

0 commit comments

Comments
 (0)