From ba755e4d73b6b3e768ccb943df8d4656cdd971fc Mon Sep 17 00:00:00 2001 From: Claudio Ramirez Date: Tue, 10 Oct 2023 16:14:46 +0200 Subject: [PATCH] test on more recents go releases --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b855d02..fea6c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: test-build: strategy: matrix: - go-version: [1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x, 1.12.x] + go-version: [1.21.x, 1.20.x, 1.19.x, 1.18.x] os: [ubuntu-20.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: