From b74f3fe89c63fe5ed75b0111f3fb71ec0cf86a2d Mon Sep 17 00:00:00 2001 From: Nex Zhu <4370605+NexZhu@users.noreply.github.com> Date: Mon, 14 Nov 2022 09:23:46 +0800 Subject: [PATCH] fix: fix gRPC-Gateway to v2.2.0 for now --- grpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/README.md b/grpc/README.md index e9aac97..c087f5a 100644 --- a/grpc/README.md +++ b/grpc/README.md @@ -35,7 +35,7 @@ gobin google.golang.org/protobuf/cmd/protoc-gen-go gobin google.golang.org/grpc/cmd/protoc-gen-go-grpc ``` -For generating HTTP JSON APIs with [grpc-gateway](https://grpc-ecosystem.github.io/grpc-gateway/), follow +For generating HTTP JSON APIs with [grpc-gateway](https://grpc-ecosystem.github.io/grpc-gateway/) **v2.2.0**, follow the [documentation](https://github.com/grpc-ecosystem/grpc-gateway#installation). For generating validators