diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f5c2c79d..a02aa5116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: # Support latest and one minor back - go: ["1.16", "1.17"] + go: ["1.17", "1.18"] env: GOFLAGS: -mod=readonly