From 5db2eb4f59b9bc051a35fd34b87e8da59e5fb0bf Mon Sep 17 00:00:00 2001 From: DisposaBoy Date: Mon, 9 Mar 2020 06:56:03 +0000 Subject: [PATCH] update ci to check go1.14 --- .github/workflows/margo-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/margo-ci.yml b/.github/workflows/margo-ci.yml index 10f12b9..eb02521 100644 --- a/.github/workflows/margo-ci.yml +++ b/.github/workflows/margo-ci.yml @@ -4,7 +4,7 @@ jobs: margo-ci: strategy: matrix: - go-version: [1.12.x, 1.13.x] + go-version: [1.13.x, 1.14.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: