Skip to content

Commit

Permalink
chore: update min version to 1.20 (googleapis#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed May 15, 2024
1 parent 86c9521 commit 7d13175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"force": {
"constraints": {
"go": "1.19"
"go": "1.20"
}
}
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/api

go 1.19
go 1.20

require (
cloud.google.com/go v0.113.0
Expand Down
2 changes: 1 addition & 1 deletion internal/kokoro/discogen/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/api/internal/kokoro/discogen

go 1.19
go 1.20

require (
github.com/google/go-github/v61 v61.0.0
Expand Down

0 comments on commit 7d13175

Please sign in to comment.