diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5709795..fc3539c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [1.11, 1.12, 1.13, 1.14, 1.15] + goVer: [1.14, 1.15] steps: - name: Set up Go ${{ matrix.goVer }}