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
as part of 1 above, i added an explicit version check to the Makefile. this also means updating the docker images. i'm not completely happy about having a fixed version, but if buf is going to make breaking changes with minor version releases (and no config version bump) then i don't see an alternative to keep our builds reproducible.
buf have changed the way their remote plugins work: https://buf.build/docs/migration-guides/migrate-remote-generation-alpha/
old versions of buf cannot download plugins (404) while new versions of buf cannot find plugins because they've moved.
the latter is somewhat solvable (WIP: #487) but the former isn't. things we need:
buf.gen.yaml
(Migrate from buf's remote generation alpha #487)The text was updated successfully, but these errors were encountered: