diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b43077247..b218b6626 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '^1.19' + go-version: '^1.20' check-latest: true cache: true @@ -67,6 +67,7 @@ jobs: - 17 - 18 - 19 + - 20 name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x' runs-on: ${{ matrix.platform }}-latest steps: