From 174f75c5574d009364b1d2f1c034042bb0f04aa8 Mon Sep 17 00:00:00 2001 From: Chris Bertinato Date: Sat, 9 Mar 2024 09:06:26 -0500 Subject: [PATCH] Update Go version for CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb95426..998aea6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: branches: - "main" env: - GOLANG_VERSION: '1.19' + GOLANG_VERSION: '1.22' jobs: unit-tests: