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