-
Notifications
You must be signed in to change notification settings - Fork 136
deprecated usage of go_package option in proto files #181
Copy link
Copy link
Closed
Description
Warning from protoc v3.13.0 when generating bindings:
2020/11/17 13:15:49 WARNING: Deprecated use of 'go_package' option without a full import path in "build/bazel/semver/semver.proto", please specify:
option go_package = "build/bazel/semver";
A future release of protoc-gen-go will require the import path be specified.
See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more information.
2020/11/17 13:15:49 WARNING: Deprecated use of 'go_package' option without a full import path in "build/bazel/remote/execution/v2/remote_execution.proto", please specify:
option go_package = "build/bazel/remote/execution/v2;remoteexecution";
A future release of protoc-gen-go will require the import path be specified.
See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels