From 7f7dfd0c0040f5f1980e240d106e2489f876b938 Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Sun, 19 Apr 2020 17:18:29 -0300 Subject: [PATCH] ci: add 1.14.x coverage Signed-off-by: Ignacio Hagopian --- .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 e243987..3a26695 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: name: Build and Test strategy: matrix: - go-version: [1.12.x, 1.13.x] + go-version: [1.12.x, 1.13.x, 1.14.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: