From 01f4a8caa502fee6049443679a732423d3f2f5f6 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:59:46 -0400 Subject: [PATCH] Update workflow to use Go 1.21 and 1.20 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .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 e6a94006958..ad0cc4487b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: test: strategy: matrix: - go-version: [1.x, 1.19.x] + go-version: [1.x, 1.20.x] platform: [ubuntu-latest] include: # include windows, but only with the latest Go version, since there