Skip to content

Commit

Permalink
chore: bump min Go version to 1.22 (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Jan 2, 2025
1 parent 6f4bd40 commit 139725e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/appengine",
"google.golang.org/grpc"
"google.golang.org/appengine"
],
"packageRules": [
{
Expand All @@ -26,7 +25,7 @@
],
"force": {
"constraints": {
"go": "1.21"
"go": "1.22"
}
}
}
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.21
go 1.22

require (
cloud.google.com/go/auth v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.22

use (
.
Expand Down
4 changes: 1 addition & 3 deletions internal/kokoro/discogen/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module google.golang.org/api/internal/kokoro/discogen

go 1.21

toolchain go1.21.13
go 1.22

require (
github.com/go-git/go-git/v5 v5.13.0
Expand Down

0 comments on commit 139725e

Please sign in to comment.