From 4acb599ee574922b5a8593912965690fcff4ec88 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 16 Feb 2024 11:02:26 +0900 Subject: [PATCH] CI: test compilation with Go 1.22 The release artifacts are still built with Go 1.21, as Go 1.22 is incompatible with runc (golang/go issue 65625). Signed-off-by: Akihiro Suda --- .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 058e87188fa..9d61b45cb2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -209,7 +209,7 @@ jobs: timeout-minutes: 40 strategy: matrix: - go-version: ["1.20.x", "1.21.x"] + go-version: ["1.21.x", "1.22.x"] steps: - uses: actions/checkout@v4.1.1 with: