diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index cec177a..0b78c37 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.20', '1.21'] + go: ['1.20', '1.21', '1.22'] name: Test on Go ${{ matrix.go }} timeout-minutes: 10 steps: @@ -38,7 +38,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x check-latest: true cache: false