Skip to content

Commit b39bd10

Browse files
committed
ci/gha: fix exclusion rules
Commit 8742074 neglects to update the exclusion rules when bumping Go releases, and so we no longer exclude running on actuated with older Go release, or running with criu-dev with older Go release. Fixes: 8742074 ("CI: add Go 1.24, drop go1.22") Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 17c8e80 commit b39bd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
# Disable most of criu-dev jobs, as they are expensive
3333
# (need to compile criu) and don't add much value/coverage.
3434
- criu: criu-dev
35-
go-version: 1.22.x
35+
go-version: 1.23.x
3636
- criu: criu-dev
3737
rootless: rootless
3838
- criu: criu-dev
3939
race: -race
40-
- go-version: 1.22.x
40+
- go-version: 1.23.x
4141
os: actuated-arm64-6cpu-8gb
4242
- race: "-race"
4343
os: actuated-arm64-6cpu-8gb

0 commit comments

Comments
 (0)