From 88541b7dcb3f6d31f511b9b46d20c7cd7ae87879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Tue, 28 May 2024 13:39:45 +0300 Subject: [PATCH] Update 2nd golang version matrix, too --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c2dcdf..f9113e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: strategy: matrix: # Can't run tests with 1.17 due to any requirement from ginkgo. - golang-ver: ["1.18", "1.19", "1.20"] + golang-ver: ["1.19", "1.20", "1.21", "1.22"] runs-on: ubuntu-latest env: CLOUD_API_KEY : ${{ secrets.EDGE_PROXY_CI_CLOUD_ACCESS__KEY }}