From 774aa3a24097fa9a7937e6db135942f5cede5c90 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:07:28 -0500 Subject: [PATCH] Update workflow and tools to use Go1.24 and 1.23 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 010d806491b..16c021bc462 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: shell: bash strategy: matrix: - go-version: [1.x, 1.22.0] # test with N and the .0 release of N-1 + go-version: [1.x, 1.23.0] # test with N and the .0 release of N-1 platform: [ubuntu-latest] include: # include windows, but only with the latest Go version, since there