Skip to content

Commit 82b78a8

Browse files
bugerclaude
andcommitted
fix: bump grpc-gcp-go to v1.6.0 for grpc v1.80.0 compatibility
grpc-gcp-go v1.5.2 doesn't implement ExitIdle required by grpc v1.80.0 balancer interface, causing build failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63911fd commit 82b78a8

2 files changed

Lines changed: 3 additions & 815 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ require (
168168
github.com/ClickHouse/ch-go v0.66.0 // indirect
169169
github.com/ClickHouse/clickhouse-go/v2 v2.36.0 // indirect
170170
github.com/DataDog/zstd v1.5.6 // indirect
171-
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
171+
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
172172
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
173173
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 // indirect
174174
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.45.0 // indirect

0 commit comments

Comments
 (0)