From e1a69d8d8152a3d8a97d5e39701463bfd2f91e55 Mon Sep 17 00:00:00 2001 From: Jeroen Simonetti Date: Thu, 17 Aug 2023 19:03:53 +0200 Subject: [PATCH] Add go 1.21 tests (#184) * Add go 1.21 tests * Remove go1.19 test Signed-off-by: Jeroen Simonetti --- .github/workflows/go-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index a64518d..43f5b9d 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.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x] platform: [macos-latest] runs-on: ${{ matrix.platform }} steps: @@ -33,7 +33,7 @@ jobs: name: Test Linux Integration strategy: matrix: - go-version: [1.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: