From b5cb405629900067bd29a2f4d64529714411c334 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 15 Dec 2021 16:50:20 -0800 Subject: [PATCH] ci: add go 1.18beta1 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 72f6eb377..e6aa0f89d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.16.x, 1.17.x] + go-version: [1.16.x, 1.17.x, 1.18.0-beta1] rootless: ["rootless", ""] race: ["-race", ""] criu: [""]