From 1a84689d0c3fda8968100f1413876b090d0e37d6 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Tue, 9 Feb 2021 11:13:37 +0100 Subject: [PATCH] Raise go versions in testing workflow (#349) --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ba3b149..80e51e2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ jobs: name: Test and lint strategy: matrix: - go-version: [1.x, 1.13.x, 1.12.x] + go-version: [1.x, 1.15.x, 1.14.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }}