help wanted
仓库指标
- Star
- (422 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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.