You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a .proto file is changed, the Protobuf / lint and Protobuf / breakage CI jobs are triggered.
Currently they always fail due to an issue with finding gogo.proto
Steps to Reproduce
Steps to reproduce the behavior:
Create a branch off of main
Change (even trivially) a .proto file
Create a pull request
Observe failing CI
proto/umee/leverage/v1beta1/genesis.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/leverage/v1beta1/gov.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/leverage/v1beta1/leverage.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/leverage/v1beta1/query.proto:4:8:google/api/annotations.proto: does not exist
proto/umee/leverage/v1beta1/tx.proto:4:8:cosmos/base/v1beta1/coin.proto: does not exist
proto/umee/oracle/v1beta1/genesis.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/oracle/v1beta1/oracle.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/oracle/v1beta1/query.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/oracle/v1beta1/tx.proto:4:8:gogoproto/gogo.proto: does not exist
make: *** [Makefile:203: proto-check-breaking] Error 1
The text was updated successfully, but these errors were encountered:
Summary of Bug
When a
.proto
file is changed, theProtobuf / lint
andProtobuf / breakage
CI jobs are triggered.Currently they always fail due to an issue with finding gogo.proto
Steps to Reproduce
Steps to reproduce the behavior:
.proto
fileThe text was updated successfully, but these errors were encountered: