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: