From fde7c88551d4d9fb36b4a87c6181d880c0427dd4 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Wed, 7 Feb 2024 11:26:35 -0800 Subject: [PATCH] add go 1.22 to tests Signed-off-by: Alex Boten --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 781fae067a1..2cfcd7fc21b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -137,7 +137,7 @@ jobs: unittest-matrix: strategy: matrix: - go-version: ["~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2 + go-version: ["~1.22", "~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2 runs-on: ubuntu-latest needs: [setup-environment] steps: