diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e26e4ae..e2cdfd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: ['1.16', '1.17', '1.18'] + goVer: ['1.16', '1.18', '1.20'] steps: - name: Checkout Repo uses: actions/checkout@v3