From 8cc5b4f5aa4a42f59f1a3c3bc7b8f29086a3b20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sun, 9 Oct 2022 16:01:33 -0400 Subject: [PATCH] Add Go 1.19 to GHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták gliptak@gmail.com Signed-off-by: Gábor Lipták --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f01cdf4c7..2de6c33ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,8 @@ jobs: fail-fast: false matrix: go: - - 1.17 - 1.18 + - 1.19 steps: - name: Checkout