From e363a195fc0937db0d54a7711bc0c598113e1849 Mon Sep 17 00:00:00 2001 From: Jeroen Simonetti Date: Fri, 10 May 2024 08:56:27 +0200 Subject: [PATCH] Update go-test versions (#223) Signed-off-by: Jeroen Simonetti --- .github/workflows/go-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index a7d7482..619741d 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -5,7 +5,7 @@ jobs: name: Test MacOS strategy: matrix: - go-version: [1.20.x, 1.21.x] + go-version: [1.21.x, 1.22.x] platform: [macos-latest] runs-on: ${{ matrix.platform }} steps: @@ -33,7 +33,7 @@ jobs: name: Test Linux Integration strategy: matrix: - go-version: [1.20.x, 1.21.x] + go-version: [1.21.x, 1.22.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -61,7 +61,7 @@ jobs: name: Check for vulnerabilities strategy: matrix: - go-version: [1.20.x, 1.21.x] + go-version: [1.21.x, 1.22.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: