Skip to content

deprecated usage of go_package option in proto files #181

@tdyas

Description

@tdyas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions