-
|
When running a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The reason this is occurring is because on old versions of the The recommended fix for this is the update your Past issues that reference this: |
Beta Was this translation helpful? Give feedback.
The reason this is occurring is because on old versions of the
bufCLI, specifically versions older thanv1.0.0-rc10, there is validation to check for thebranchof a repository. The past feature known asbranchis no longer supported and is omitted from thebuf.lockwhen resolving dependencies, so there is an incompatibility between modules managed by the older versions of the CLI that still validate this field.The recommended fix for this is the update your
bufCLI. Also, ensure that your CI and/orbuf-setup-actionis also updated accordingly.Past issues that reference this: