-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Deprecated - VOLTHA
-
Labels:None
-
Story Points:3
while using the VOLTHA-PROTOS version 3.0.0 , I am unable to build voltha-go by setting the LOCAL_PROTOS environment variable,
Looks like the voltha-go uses vendor/github.com/opencord/voltha-protos/v2/go whereas voltha-protos migrated to v3.
Please find the error message below.
build github.com/opencord/voltha-go/rw_core: cannot load github.com/opencord/voltha-protos/v3/go/common: open /go/src/vendor/github.com/opencord/voltha-protos/v3/go/common: no such file or directory
- is caused by
-
VOL-1643 Updating Voltha proto files for gRPC Java support
- Resolved