From 2094f991592201d301feec818d413c136537732c Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 2 Feb 2023 07:18:53 -0500 Subject: [PATCH] Update workflow to use Go 1.20 and 1.19 (#2657) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4a197746b8..c35dbc1b438 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: test: strategy: matrix: - go-version: [1.x, 1.18.x] + go-version: [1.x, 1.19.x] platform: [ubuntu-latest] include: # include windows, but only with the latest Go version, since there