From 3a0c0610e106a14317355c595ac0a78278673171 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:25:47 -0500 Subject: [PATCH] Bump Go to 1.20 in 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 db59c4ee..ee839a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - go-version: [1.17, 1.18, 1.19] + go-version: ['1.20'] steps: - name: Install Go