ysugimoto/grpc-graphql-gateway

Follow grpc 1.70.0

Open

#74 创建于 2025年3月4日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (54 fork)github user discovery
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.DialContext
  • grpc.WithInsecure

So we should migrate them for the latest syntax like:

  • grpc.NewClient
  • insecure.NewCredentials

This change affects to generated go file so need to change the mifrations are OK.

贡献者指南