We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9183ee6 + 692817a commit c5f4a41Copy full SHA for c5f4a41
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
matrix:
27
os: [ubuntu-24.04, ubuntu-24.04-arm]
28
- go-version: [1.23.x, 1.25.x]
+ go-version: [1.23.x, 1.25.x, 1.26.x]
29
rootless: ["rootless", ""]
30
race: ["-race", ""]
31
criu: ["", "criu-dev"]
@@ -34,11 +34,15 @@ jobs:
34
# (need to compile criu) and don't add much value/coverage.
35
- criu: criu-dev
36
go-version: 1.23.x
37
+ - criu: criu-dev
38
+ go-version: 1.25.x
39
40
rootless: rootless
- # Do race detection only on latest Go.
41
+ # Do race detection only with latest stable Go version.
42
- race: -race
43
44
+ - race: -race
45
46
47
runs-on: ${{ matrix.os }}
48
0 commit comments