From db87383b40af0ea9cf09ca073b6244fd3b2b55d3 Mon Sep 17 00:00:00 2001 From: Brandon Ha <107650670+brandonmichigangithub@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:14:38 -0700 Subject: [PATCH 1/2] Change to Go version 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5f45c3e5..eeba1adc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/GoogleCloudPlatform/docker-credential-gcr/v2 -go 1.17 +go 1.19 require ( github.com/docker/cli v24.0.5+incompatible From 2a932c770b4fa71eadd984eb82ee7ef9b62c7500 Mon Sep 17 00:00:00 2001 From: Brandon Ha <107650670+brandonmichigangithub@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:16:44 -0700 Subject: [PATCH 2/2] Change to Go version 1.19 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc3b85c7..50b96435 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.18, 1.x] # Test 1.13 and tip + go-version: [1.19, 1.x] # Test 1.19 and tip os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: