Skip to content

Commit 139725e

Browse files
authored
chore: bump min Go version to 1.22 (#2944)
1 parent 6f4bd40 commit 139725e

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.github/renovate.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"commitMessageAction": "update",
1313
"groupName": "all",
1414
"ignoreDeps": [
15-
"google.golang.org/appengine",
16-
"google.golang.org/grpc"
15+
"google.golang.org/appengine"
1716
],
1817
"packageRules": [
1918
{
@@ -26,7 +25,7 @@
2625
],
2726
"force": {
2827
"constraints": {
29-
"go": "1.21"
28+
"go": "1.22"
3029
}
3130
}
3231
}

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.21
3+
go 1.22
44

55
require (
66
cloud.google.com/go/auth v0.13.0

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.21
1+
go 1.22
22

33
use (
44
.

internal/kokoro/discogen/go.mod

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

3-
go 1.21
4-
5-
toolchain go1.21.13
3+
go 1.22
64

75
require (
86
github.com/go-git/go-git/v5 v5.13.0

0 commit comments

Comments
 (0)