X Tutup
Skip to content

Commit 4d24281

Browse files
authored
Merge pull request containerd#4053 from AkihiroSuda/vendor-grpc-20200225
vendor protobuf & grpc (GoGoProtoPackageIsVersion3)
2 parents 669f516 + 8e448bb commit 4d24281

File tree

158 files changed

+12745
-10412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+12745
-10412
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ At this point you can use `go` to checkout `containerd` in your `GOPATH`:
3131
go get github.com/containerd/containerd
3232
```
3333

34-
For proper results, install the `protoc` release into `/usr/local` on your build system. For example, the following commands will download and install the 3.5.0 release for a 64-bit Linux host:
34+
For proper results, install the `protoc` release into `/usr/local` on your build system. For example, the following commands will download and install the 3.11.4 release for a 64-bit Linux host:
3535

3636
```
37-
$ wget -c https://github.com/google/protobuf/releases/download/v3.5.0/protoc-3.5.0-linux-x86_64.zip
38-
$ sudo unzip protoc-3.5.0-linux-x86_64.zip -d /usr/local
37+
$ wget -c https://github.com/google/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
38+
$ sudo unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
3939
```
4040

4141
`containerd` uses [Btrfs](https://en.wikipedia.org/wiki/Btrfs) it means that you

0 commit comments

Comments
 (0)
X Tutup