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
Although the Golang binary can be used to grab Go files and certain protobufs using go get, this command does not exhaustively guarantee that the protobuf dependencies will be downloaded to the same level that a full clone of the repository will.
To increase the stability of builds that depend on a clone of the NibiruChain/nibiru repo, we can use npx degit to shallow clone, and build the protobufs using the same commands as the Nibiru repo.
The text was updated successfully, but these errors were encountered:
Although the Golang binary can be used to grab Go files and certain protobufs using
go get
, this command does not exhaustively guarantee that the protobuf dependencies will be downloaded to the same level that a full clone of the repository will.To increase the stability of builds that depend on a clone of the NibiruChain/nibiru repo, we can use
npx degit
to shallow clone, and build the protobufs using the same commands as the Nibiru repo.The text was updated successfully, but these errors were encountered: