Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump to min Go to 1.22 #1180

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"force": {
"constraints": {
"go": "1.21"
"go": "1.22"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.0'
go-version: '1.22.0'
- name: Get changed directories
id: changed_dirs
# Ignore changes to the internal and root directories.
Expand Down
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/genproto

go 1.21
go 1.22

require (
cloud.google.com/go v0.117.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
619 changes: 353 additions & 266 deletions go.work.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion googleapis/api/apikeys/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/api/apikeys

go 1.21
go 1.22

require (
cloud.google.com/go/apikeys v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion googleapis/api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/api

go 1.21
go 1.22

require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8
Expand Down
2 changes: 1 addition & 1 deletion googleapis/api/servicecontrol/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/api/servicecontrol

go 1.21
go 1.22

require (
cloud.google.com/go/servicecontrol v1.14.2
Expand Down
2 changes: 1 addition & 1 deletion googleapis/api/servicemanagement/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/api/servicemanagement

go 1.21
go 1.22

require (
cloud.google.com/go/servicemanagement v1.10.2
Expand Down
2 changes: 1 addition & 1 deletion googleapis/api/serviceusage/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/api/serviceusage

go 1.21
go 1.22

require (
cloud.google.com/go/serviceusage v1.9.2
Expand Down
2 changes: 1 addition & 1 deletion googleapis/bytestream/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/bytestream

go 1.21
go 1.22

require (
google.golang.org/grpc v1.67.1
Expand Down
2 changes: 1 addition & 1 deletion googleapis/rpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/genproto/googleapis/rpc

go 1.21
go 1.22

require google.golang.org/protobuf v1.36.1

Expand Down
2 changes: 1 addition & 1 deletion internal/actions/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module cloud.google.com/go/internal/actions

go 1.21
go 1.22
Loading