From 487e4435151684c82d846992f0bbb719d38a6368 Mon Sep 17 00:00:00 2001 From: Paul Griffiths Date: Sun, 21 Feb 2021 13:09:12 -0500 Subject: [PATCH] Add go1.13 builds. --- .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 d407c5c..7607e43 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.13.x, 1.14.x, 1.15.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: