diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 847b8a5..51846dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.20.x, 1.21.x, 1.22.x] + go-version: [1.21.x, 1.22.x] steps: - name: Checkout Code uses: actions/checkout@v4