From 169167995378dc3977a0f152504eae6c1a6b078e Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Mon, 4 Mar 2024 16:38:18 +0100 Subject: [PATCH] ci: test all major Go versions --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae85065c5..b38afd27d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,11 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.19.x] - platform: [ubuntu-latest, macos-latest] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] + platform: [ubuntu-latest] + include: + - go-version: 1.22.x + platform: macos-latest runs-on: ${{ matrix.platform }} steps: - name: Install Go