We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adcb8a commit a2f0fc9Copy full SHA for a2f0fc9
1 file changed
Makefile
@@ -156,6 +156,7 @@ install-dependencies-proto-docs:
156
cd $$(mktemp -d) && \
157
git clone https://github.com/istio/tools/ && \
158
cd tools/cmd/protoc-gen-docs && \
159
+ git reset --hard 83028f93935118444739d2206bcfd62fa869fa4e
160
go build && \
161
cp protoc-gen-docs $$HOME/bin && \
162
cd $$HOME && curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip && \
0 commit comments