Skip to content

Commit

Permalink
ptypes: regenerate with v3.11.4, update for go1.14 gofmt
Browse files Browse the repository at this point in the history
Update .proto files to github.com/protocolbuffers v3.11.4.

Add go1.13 and go1.14 to .travis.yml.

Avoid one-line funcs in protoc-gen-go output to prevent variable
post-gofmt output with go1.14.
  • Loading branch information
neild committed Feb 26, 2020
1 parent d23c512 commit d29db98
Show file tree
Hide file tree
Showing 12 changed files with 132 additions and 114 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,12 +5,14 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.x

install:
- go get -v -d google.golang.org/grpc
- go get -v -d -t github.com/golang/protobuf/...
- curl -L https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip -o /tmp/protoc.zip
- curl -L https://github.com/google/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip -o /tmp/protoc.zip
- unzip /tmp/protoc.zip -d "$HOME"/protoc
- mkdir -p "$HOME"/src && ln -s "$HOME"/protoc "$HOME"/src/protobuf

Expand Down
8 changes: 4 additions & 4 deletions protoc-gen-go/descriptor/descriptor.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d29db98

Please sign in to comment.