From ea2fb512a86a8e2475fa2645010b5e355e1257e8 Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Tue, 5 May 2020 02:00:20 -0300 Subject: [PATCH] ci: add Go 1.14 to matrix (#152) Signed-off-by: Ignacio Hagopian Co-authored-by: James Mills --- .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: