diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8f4f2ca..8ad0579 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - go: ['1.20.x', '1.21.x', '1.23.x'] + go: ['1.21.x', '1.23.x'] steps: - name: Set up Go