diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2625165..5815086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15'] + go-version: ['1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14'] steps: - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v2