From d2ffa211efa86ecf166ee4baaebf61eeb6eb414b Mon Sep 17 00:00:00 2001 From: sentriz Date: Sun, 12 Jul 2020 16:54:09 +0100 Subject: [PATCH] Add more go versions to the test matrix --- .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 8fc4580..ca1a084 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.12.x, 1.13.x, 1.14.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: