From 352e1e724181d6eb1418e451212095e4d5146970 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 3 Sep 2022 08:54:27 +0530 Subject: [PATCH] Update CI to 1.19 --- .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 1c57cb4..64a1d4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x, 1.18.x] + go-version: [1.18.x, 1.19.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: