platform
platform copied to clipboard
SDK should not use gRPC interface methods deprecated in v1.64.0
https://github.com/opentdf/platform/actions/runs/9308669097/job/25622536334?pr=892#step:8:26
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