diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ab44ade..eaefc0fdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [1.16, 1.17, 1.18] + goVer: [1.20] steps: - name: Set up Go ${{ matrix.goVer }}