Skip to content

Commit

Permalink
Merge pull request #147 from GoogleCloudPlatform/brandonmichigangithu…
Browse files Browse the repository at this point in the history
…b-patch-1

Change to Go version 1.19
  • Loading branch information
brandonmichigangithub committed Sep 5, 2023
2 parents e6746a4 + 15dbce3 commit 901cb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 901cb4f

Please sign in to comment.