Upgrade protoc-gen-go to v1.4.0

This commit is contained in:
Nex 2020-04-19 12:07:59 +08:00
parent 60aed81a2a
commit 948934bb52

View File

@ -14,7 +14,7 @@ Download the [Protocol Buffers compiler](https://github.com/protocolbuffers/prot
For generating Go code:
```bash
GIT_TAG="v1.4.0-rc.4"
GIT_TAG="v1.4.0"
go get -d -u github.com/golang/protobuf/protoc-gen-go
git -C "$(go env GOPATH)"/src/github.com/golang/protobuf checkout $GIT_TAG
go install github.com/golang/protobuf/protoc-gen-go