From 7486da6424b727d2616d8ac2ea64936f5461e9c5 Mon Sep 17 00:00:00 2001 From: Dmitry Ponomarev Date: Wed, 23 Aug 2023 14:44:45 +0200 Subject: [PATCH] Update the test.yml file --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ce36be..767abeb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: needs: lint strategy: matrix: - go-version: [1.19.x, 1.20.x] + go-version: [1.19.x, 1.20.x, 1.21.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -60,7 +60,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.19.x, 1.20.x] + go-version: [1.19.x, 1.20.x, 1.21.x] steps: - uses: actions/setup-go@v3 with: