We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c9521 commit 7d13175Copy full SHA for 7d13175
3 files changed
.github/renovate.json
@@ -25,7 +25,7 @@
25
],
26
"force": {
27
"constraints": {
28
- "go": "1.19"
+ "go": "1.20"
29
}
30
31
go.mod
@@ -1,6 +1,6 @@
1
module google.golang.org/api
2
3
-go 1.19
+go 1.20
4
5
require (
6
cloud.google.com/go v0.113.0
internal/kokoro/discogen/go.mod
module google.golang.org/api/internal/kokoro/discogen
github.com/google/go-github/v61 v61.0.0
0 commit comments