diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae91e23..fa7f115 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.16.x, 1.17.x] + go-version: [1.13.x, 1.18.x, 1.20.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: