From edf1f8f96333645bc46b1fe2dd1b33df42eee674 Mon Sep 17 00:00:00 2001 From: Curtis Schlak <156-curtis@users.noreply.gitlab.galvanize.com> Date: Fri, 8 Mar 2024 15:46:42 -0600 Subject: [PATCH] Bump the Go version in tests for gomock. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e022bd..7c603aa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x] + go-version: [1.22.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: