Skip to content

Commit

Permalink
Merge pull request #151 from kmontg/master
Browse files Browse the repository at this point in the history
Bump to go 1.21
  • Loading branch information
brandonmichigangithub committed Sep 14, 2023
2 parents 9f5fe44 + d1862c1 commit b6dc3dd
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.19, 1.x] # Test 1.19 and tip
go-version: [1.21, 1.x] # Test 1.21 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.19
go 1.21

require (
github.com/docker/cli v24.0.5+incompatible
Expand Down

0 comments on commit b6dc3dd

Please sign in to comment.