Skip to content

Commit

Permalink
ci/gha: test criu-dev with latest go
Browse files Browse the repository at this point in the history
As commits 120f740 and a587180 were added independently,
criu-dev go version was left at 1.16.x. Fix this.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Sep 23, 2021
1 parent 16aedc3 commit 0d297b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
criu: [""]
include:
# Also test against latest criu-dev
- go-version: 1.16.x
- go-version: 1.17.x
rootless: ""
race: ""
criu: "criu-dev"
Expand Down

0 comments on commit 0d297b7

Please sign in to comment.