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
go list -f "{{ .Dir }}" -m github.com/cosmos/cosmos-sdk)/third_party/proto
go list -f "{{ .Dir }}" -m github.com/cosmos/cosmos-sdk)/proto
and point to them from our ./scripts/protocgen.sh file.
The proto lint and check breaking tasks in our makefile depend on a fix path though that is configured in buf.yaml.
We should consider vendoring the proto files or cleanup the makefile.
The text was updated successfully, but these errors were encountered:
We depend on:
go list -f "{{ .Dir }}" -m github.com/cosmos/cosmos-sdk)/third_party/proto
go list -f "{{ .Dir }}" -m github.com/cosmos/cosmos-sdk)/proto
and point to them from our
./scripts/protocgen.sh
file.The proto lint and check breaking tasks in our
makefile
depend on a fix path though that is configured inbuf.yaml
.We should consider vendoring the proto files or cleanup the
makefile
.The text was updated successfully, but these errors were encountered: