From 86d245603ef5e446223800a2e4e5dcfbbfa31066 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Thu, 22 Feb 2024 17:10:10 -0500 Subject: [PATCH] Update CI to run Go 1.21 and 1.22 (latest 2 versions at the moment) --- .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 8561bdd..638ae63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go-version: [1.20.x, 1.21.x] + go-version: [1.21.x, 1.22.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}