8000 chore: update min version to 1.20 (#2588) · googleapis/google-api-go-client@7d13175 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d13175

Browse files
authored
chore: update min version to 1.20 (#2588)
1 parent 86c9521 commit 7d13175

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"force": {
2727
"constraints": {
28-
"go": "1.19"
28+
"go": "1.20"
2929
}
3030
}
3131
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/api
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
cloud.google.com/go v0.113.0

internal/kokoro/discogen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/api/internal/kokoro/discogen
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/google/go-github/v61 v61.0.0

0 commit comments

Comments
 (0)
0