From c4a45972ae52627d8a90e72777b52a6cbb818a26 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:12:35 -0500 Subject: [PATCH] Add Go 1.22 to ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d7f27e..c594c4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go-version: ['1.20', 1.21] + go-version: ['1.20', 1.21, 1.22] steps: - name: Install Go