diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48642b983b3..f968fbaa124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,9 @@ jobs: go: strategy: fail-fast: false - runs-on: ubuntu-latest - strategy: matrix: go_version: [1.14, 1.15] + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v2