help wanted
Repository metrics
- Stars
- (422 stars)
- PR merge metrics
- (PR metrics pending)
Description
Now the latest version of google.golang.org/grpc if v1.70.0.
From the godoc, this version (or since old version) has some deprecated functions which we're using:
grpc.DialContextgrpc.WithInsecure
So we should migrate them for the latest syntax like:
grpc.NewClientinsecure.NewCredentials
This change affects to generated go file so need to change the mifrations are OK.