Skip to content

Commit 9c54bbb

Browse files
authored
deps: Remove go patch version from go.mod (#7831) (#7877)
* deps: Remove go patch version from go.mod (#7831) * Remove go minor version from otel
1 parent dc26fee commit 9c54bbb

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

cmd/protoc-gen-go-grpc/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/cmd/protoc-gen-go-grpc
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
google.golang.org/grpc v1.65.0

examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/examples
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78

gcp/observability/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/gcp/observability
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
cloud.google.com/go/logging v1.11.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
github.com/cespare/xxhash/v2 v2.3.0

interop/observability/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/interop/observability
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
google.golang.org/grpc v1.66.2

interop/xds/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/interop/xds
22

3-
go 1.22.7
3+
go 1.22
44

55
replace google.golang.org/grpc => ../..
66

security/advancedtls/examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/security/advancedtls/examples
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
google.golang.org/grpc v1.66.2

security/advancedtls/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/security/advancedtls
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
github.com/google/go-cmp v0.6.0

stats/opencensus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/stats/opencensus
22

3-
go 1.22.7
3+
go 1.22
44

55
require (
66
github.com/google/go-cmp v0.6.0

stats/opentelemetry/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/stats/opentelemetry
22

3-
go 1.22.7
3+
go 1.22
44

55
replace google.golang.org/grpc => ../..
66

test/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/test/tools
22

3-
go 1.22.7
3+
go 1.22.1
44

55
require (
66
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)