diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 011f9e5d..7f21074d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x,1.19.x,1.20.x] + go-version: [1.19.x,1.20.x,1.21.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: