From 361d1ad92e174bcae7362e1039e674a65fc5107e Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Wed, 6 Sep 2023 21:39:24 -0400 Subject: [PATCH] Update test.yml to test on latest 2 Go versions. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ddf95b..8561bdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go-version: [1.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}