From 91003c275106ce3be5a1af6285e8e1209eec53af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 11 Nov 2021 10:40:34 +0100 Subject: [PATCH] versions: bump golang to 1.17.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to https://endoflife.date/go golang 1.15 is not supported anymore. Let's remove it from out tests, add 1.17.x, and bump the newest version known to work when building kata to 1.17.3. Fixes: #3016 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 395638c4bcc88532ba5ab8561095b2c7c8548e26) --- .github/workflows/static-checks.yaml | 2 +- versions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index cb37e33b36..25618ff85e 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -13,7 +13,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.16.x, 1.17.x] os: [ubuntu-20.04] runs-on: ${{ matrix.os }} env: diff --git a/versions.yaml b/versions.yaml index 37a79b8439..7675b72e08 100644 --- a/versions.yaml +++ b/versions.yaml @@ -253,7 +253,7 @@ languages: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.16.5" + newest-version: "1.17.3" rust: description: "Rust language"