From fc3660c89e1619dfbe6955fb19d2a95a1cb0bf47 Mon Sep 17 00:00:00 2001 From: Christian Haas Date: Mon, 28 Dec 2020 11:35:08 +0100 Subject: [PATCH] add Go 1.15 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58a4f47d..be0fa1eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.12, 1.13, 1.14] + go-version: [1.12, 1.13, 1.14, 1.15] os: [macos-latest, windows-latest, ubuntu-latest] steps: - name: Set up Go