Skip to content

Commit 01594ca

Browse files
authored
feat: move gax-go to use 1.25 as the lower bound of support (#469)
Related: b/483691702
1 parent 64623c9 commit 01594ca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/googleapis/gax-go
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/googleapis/gax-go/v2 v2.17.0

go.work

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

33
use (
44
.

v2/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/googleapis/gax-go/v2
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
@@ -10,7 +10,6 @@ require (
1010
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20
1111
google.golang.org/grpc v1.78.0
1212
google.golang.org/protobuf v1.36.11
13-
1413
)
1514

1615
require (

0 commit comments

Comments
 (0)