File tree Expand file tree Collapse file tree 12 files changed +20
-20
lines changed Expand file tree Collapse file tree 12 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Go
28
28
uses : actions/setup-go@v5
29
29
with :
30
- go-version : ' 1.24 '
30
+ go-version : ' 1.25 '
31
31
cache-dependency-path : " **/go.sum"
32
32
33
33
# Run the vet-proto checks.
@@ -45,32 +45,32 @@ jobs:
45
45
matrix :
46
46
include :
47
47
- type : vet
48
- goversion : ' 1.23 '
48
+ goversion : ' 1.24 '
49
49
50
50
- type : extras
51
- goversion : ' 1.24 '
51
+ goversion : ' 1.25 '
52
52
53
53
- type : tests
54
- goversion : ' 1.24 '
54
+ goversion : ' 1.25 '
55
55
56
56
- type : tests
57
- goversion : ' 1.24 '
57
+ goversion : ' 1.25 '
58
58
testflags : -race
59
59
60
60
- type : tests
61
- goversion : ' 1.24 '
61
+ goversion : ' 1.25 '
62
62
goarch : 386
63
63
64
64
- type : tests
65
- goversion : ' 1.24 '
65
+ goversion : ' 1.25 '
66
66
goarch : arm64
67
67
runner : ubuntu-24.04-arm
68
68
69
69
- type : tests
70
- goversion : ' 1.23 '
70
+ goversion : ' 1.24 '
71
71
72
72
- type : tests
73
- goversion : ' 1.24 '
73
+ goversion : ' 1.25 '
74
74
testflags : -race
75
75
grpcenv : ' GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false'
76
76
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/cmd/protoc-gen-go-grpc
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
google.golang.org/grpc v1.70.0
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/examples
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/gcp/observability
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
cloud.google.com/go/logging v1.13.0
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/cespare/xxhash/v2 v2.3.0
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/interop/observability
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
google.golang.org/grpc v1.74.2
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/interop/xds
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
replace google.golang.org/grpc => ../..
6
6
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ for MOD_FILE in $(find . -name 'go.mod'); do
97
97
gofmt -s -d -l . 2>&1 | fail_on_output
98
98
goimports -l . 2>&1 | not grep -vE " \.pb\.go"
99
99
100
- go mod tidy -compat=1.23
100
+ go mod tidy -compat=1.24
101
101
git status --porcelain 2>&1 | fail_on_output || \
102
102
(git status; git --no-pager diff; exit 1)
103
103
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/security/advancedtls/examples
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
google.golang.org/grpc v1.74.2
Original file line number Diff line number Diff line change 1
1
module google.golang.org/grpc/security/advancedtls
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.7.0
You can’t perform that action at this time.
0 commit comments