From 536335ec9648caeeb93da93d22515d34770fb7e7 Mon Sep 17 00:00:00 2001 From: Sasha Melentyev Date: Tue, 2 Aug 2022 20:26:11 +0300 Subject: [PATCH] ci: add go1.19 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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