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