diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 552fef4a9..d2a527c6b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - go: [1.16, 1.17, 1.18] + go: [1.16, 1.17, 1.18, 1.19] name: build & test runs-on: ubuntu-latest services: