From 0d297b71901e4e4b5eb13d1804a4a54812bb5561 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 23 Sep 2021 12:50:55 -0700 Subject: [PATCH] ci/gha: test criu-dev with latest go As commits 120f74060 and a58718013 were added independently, criu-dev go version was left at 1.16.x. Fix this. Signed-off-by: Kir Kolyshkin --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f7cade1d..557725a4d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"