diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16326bdb..de9e63136 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.12.x, 1.13.x] + go-version: [1.13.x, 1.14.x] runs-on: ubuntu-latest steps: - name: Checkout code