@@ -397,7 +397,7 @@ Cloud Platform proto files. We manually install it using:
397397
398398``` bash
399399mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
400- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
400+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
401401 tar -xzf - --strip-components=1 && \
402402 cmake \
403403 -DCMAKE_BUILD_TYPE=Release \
@@ -534,7 +534,7 @@ Cloud Platform proto files. We install it using:
534534
535535``` bash
536536mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
537- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
537+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
538538 tar -xzf - --strip-components=1 && \
539539 cmake \
540540 -DCMAKE_BUILD_TYPE=Release \
@@ -687,7 +687,7 @@ Cloud Platform proto files. We install it using:
687687
688688``` bash
689689mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
690- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
690+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
691691 tar -xzf - --strip-components=1 && \
692692 cmake \
693693 -DCMAKE_BUILD_TYPE=Release \
@@ -854,7 +854,7 @@ Cloud Platform proto files. We can install gRPC from source using:
854854
855855``` bash
856856mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
857- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
857+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
858858 tar -xzf - --strip-components=1 && \
859859 cmake \
860860 -DCMAKE_BUILD_TYPE=Release \
@@ -1133,7 +1133,7 @@ Protobuf we just installed in `/usr/local`:
11331133
11341134``` bash
11351135mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
1136- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
1136+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
11371137 tar -xzf - --strip-components=1 && \
11381138 cmake \
11391139 -DCMAKE_BUILD_TYPE=Release \
@@ -1287,7 +1287,7 @@ Cloud Platform proto files. We manually install it using:
12871287
12881288``` bash
12891289mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
1290- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
1290+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
12911291 tar -xzf - --strip-components=1 && \
12921292 cmake \
12931293 -DCMAKE_BUILD_TYPE=Release \
@@ -1462,7 +1462,7 @@ Cloud Platform proto files. We manually install it using:
14621462
14631463``` bash
14641464mkdir -p $HOME /Downloads/grpc && cd $HOME /Downloads/grpc
1465- curl -sSL https://github.com/grpc/grpc/archive/v1.38 .1.tar.gz | \
1465+ curl -sSL https://github.com/grpc/grpc/archive/v1.37 .1.tar.gz | \
14661466 tar -xzf - --strip-components=1 && \
14671467 cmake \
14681468 -DCMAKE_BUILD_TYPE=Release \
0 commit comments