From 10802987186ca159376ebec2c05fe675cccf8cbb Mon Sep 17 00:00:00 2001 From: Jeroen Simonetti Date: Wed, 7 Oct 2020 11:59:15 +0200 Subject: [PATCH] Use 1.15 for integration tests too --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 3830984..6e11cf7 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -33,7 +33,7 @@ jobs: name: Test Linux Integration strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.14.x, 1.15.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: