diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b2038712f..3a0366d42e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: contents: read # for actions/checkout to fetch code strategy: matrix: - go-version: [1.x, 1.17.x] + go-version: [1.x, 1.18.x] platform: [ubuntu-latest] include: # include windows, but only with the latest Go version, since there