From 6caa73b637e2693fbf96ed4c16d8c96c08046b3b Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Sat, 20 Feb 2021 17:53:38 -0500 Subject: [PATCH] bump go version in CI --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9d03a106..eb770a40 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: name: Test & Build strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: