diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a02aa5116..1c270e624 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.17", "1.18"] + go: ["1.17", "1.18", "1.19"] env: GOFLAGS: -mod=readonly