diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f1f8e07..1af66f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: - go: [1.19.x, 1.20.x] + go: [1.20.x] os: [ubuntu-22.04] steps: @@ -85,7 +85,7 @@ jobs: strategy: matrix: - go: [1.19.x, 1.20.x] + go: [1.20.x] steps: - uses: actions/checkout@v4