diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baea6af..fd6c836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.10.x', '1.18', '1.19', '1.20', '1.21', '1.22', '1.x' ] + go: [ '1.10.x', '1.19', '1.20', '1.21', '1.22', '1.x' ] name: Go ${{ matrix.go }} steps: - uses: actions/checkout@v4