Skip to content

Commit

Permalink
chore: bump to min Go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jan 2, 2025
1 parent 324edc3 commit 19fd1d0
Show file tree
Hide file tree
Showing 13 changed files with 375 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ignoreDeps": [],
"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 @@ -16,7 +16,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.116.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
363 changes: 363 additions & 0 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.1
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-20241015192408-796eee8c2d53
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.1
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.1
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.1
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.35.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

0 comments on commit 19fd1d0

Please sign in to comment.