diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ca9e214ac..f418b34d4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.17.x", "1.18.x"] + go: ["1.17.x", "1.18.x", "1.19.x"] include: - go: 1.18.x latest: true