diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 585dd7b..ed3a4f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ test: strategy: matrix: - go-version: [1.18, 1.19] + go-version: [1.19.x, 1.20.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: