diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f63fec370..ff26235f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,14 +9,14 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: '1.18' + go-version: '1.19' - uses: actions/checkout@v3 - run: go mod tidy && git diff --exit-code go.mod go.sum build: runs-on: ubuntu-latest strategy: matrix: - version: [ '1.18', '1.19' ] + version: [ '1.19', '1.20' ] name: Go ${{ matrix.version }} steps: - uses: actions/setup-go@v3