platform icon indicating copy to clipboard operation
platform copied to clipboard

SDK should not use gRPC interface methods deprecated in v1.64.0

Open jakedoublev opened this issue 8 months ago • 1 comments

https://github.com/opentdf/platform/actions/runs/9308669097/job/25622536334?pr=892#step:8:26

Screenshot 2024-05-30 at 1 28 37 PM

Calls with grpc.Dial, grpc.DialContext, and grpc.WithBlock should be replaced with their equivalents: https://github.com/grpc/grpc-go/blob/v1.64.0/clientconn.go#L198 https://github.com/grpc/grpc-go/blob/v1.64.0/clientconn.go#L215

jakedoublev avatar May 30 '24 20:05 jakedoublev