fix v3 => v4 transition
Some checks failed
autoapprove / autoapprove (pull_request) Failing after 6s
automerge / automerge (pull_request) Failing after 6s
dependabot-automerge / automerge (pull_request) Has been skipped
prbuild / test (pull_request) Failing after 6s
prbuild / lint (pull_request) Failing after 5s
codeql / analyze (go) (pull_request) Failing after 7s
Some checks failed
autoapprove / autoapprove (pull_request) Failing after 6s
automerge / automerge (pull_request) Failing after 6s
dependabot-automerge / automerge (pull_request) Has been skipped
prbuild / test (pull_request) Failing after 6s
prbuild / lint (pull_request) Failing after 5s
codeql / analyze (go) (pull_request) Failing after 7s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -17,7 +17,7 @@ syntax = "proto3";
|
||||
package micro.errors;
|
||||
|
||||
option cc_enable_arenas = true;
|
||||
option go_package = "go.unistack.org/micro-proto/v3/errors;errors";
|
||||
option go_package = "go.unistack.org/micro-proto/v4/errors;errors";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "MicroErrors";
|
||||
option java_package = "micro.errors";
|
||||
|
Reference in New Issue
Block a user