diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9d6aa95..92827cc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,16 +7,16 @@ jobs: test: strategy: matrix: - go: [ '1.18', '1.19', '1.20', '1.21' ] + go: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23' ] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Go ${{ matrix.go }} Tests steps: - uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} check-latest: true