diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a02aa51..1c270e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ 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