After upgrading drone-cli on Mac via brew from v1.5.0 , I’ve noticed strange error messages. After some investigation found out it’s not mac specific and applies to linux version as well - it’s now, after v1.6.0 is always giving golang ‘proto’ error.
The cli itself is still working as expected and as before for my tasks (can’t tell for the whole functionality), just these warnings interfere with automation and result parsing
My organization is seeing the same issue. The Drone CLI isn’t failing at all, but the spammy warnings are particularly annoying for us, because we’re using a custom plugin built on the Drone CLI to allow one Drone build to trigger another Drone build, and poll for its completion. In order for us to get the URL for the triggered build, we now have to know where in the console logs to look for it and click on the “Show all logs” button.