From 2844dcb06b05fafc62fe360885cb0aea35ac37e5 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 24 Mar 2022 23:38:43 -0400 Subject: [PATCH] Update workflow to use Go 1.18 and Go 1.17 --- .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 0045ad4b7b6..c51af971211 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - go-version: [1.x, 1.16.x] + go-version: [1.x, 1.17.x] platform: [ubuntu-latest] include: # include windows, but only with the latest Go version, since there