Skip to content

Commit 5d5b4c1

Browse files
authored
ptypes: regenerate with v3.11.4, update for go1.14 gofmt (#1045)
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.
1 parent d23c512 commit 5d5b4c1

Some content is hidden

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

42 files changed

+235
-149
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ go:
55
- 1.10.x
66
- 1.11.x
77
- 1.12.x
8+
- 1.13.x
9+
- 1.14.x
810
- 1.x
911

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

jsonpb/jsonpb_test_proto/more_test_objects.pb.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsonpb/jsonpb_test_proto/test_objects.pb.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/proto3_proto/proto3.pb.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/test_proto/test.pb.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protoc-gen-go/descriptor/descriptor.pb.go

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)