diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 371bd29fd..11aecceb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.15, 1.16, 1.17] + go-version: [1.15, 1.16, 1.17, 1.18] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: