Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit139725e

Browse files
authored
chore: bump min Go version to 1.22 (#2944)
1 parent6f4bd40 commit139725e

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
modulegoogle.golang.org/api
22

3-
go1.21
3+
go1.22
44

55
require (
66
cloud.google.com/go/authv0.13.0

‎go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go1.21
1+
go1.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
modulegoogle.golang.org/api/internal/kokoro/discogen
22

3-
go1.21
4-
5-
toolchaingo1.21.13
3+
go1.22
64

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp