You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
I'm using Prototool to generate some code related to grpc-gateway, however from this latest version of the Dockerfile, it seems like the plugin for grpc-gateway is using GRPC_GATEWAY_VERSION=1.8.5 .
I would like to use this particular template in the latest branch of grpc-gateway but it is not available in version 1.8.5, I'm wondering if there's a way to change the version of the plugin in prototool configuration?
The text was updated successfully, but these errors were encountered:
jeffreyyong
changed the title
Latest Prototool dockerfile missing feature for grpc-gateway
Latest Prototool Dockerfile using old version of grpc-gateway
May 20, 2020
We will be updating dependencies for the v1.11.0 release. You can build your own Dockerfile based on the Prototool one in the meantime though, upgrading all necessary deps that you require.
I'm using Prototool to generate some code related to grpc-gateway, however from this latest version of the Dockerfile, it seems like the plugin for grpc-gateway is using
GRPC_GATEWAY_VERSION=1.8.5
.I would like to use this particular template in the latest branch of grpc-gateway but it is not available in version
1.8.5
, I'm wondering if there's a way to change the version of the plugin in prototool configuration?The text was updated successfully, but these errors were encountered: