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
Generating the protobuf clients with namely/protoc-all latest has some changes, which are probably somewhat expected, with the different versions of the various libraries.
I think it's because they update a few different things, and don't tag with protoc versions or other ones, but their own versions, but if we moved all uses to their version, at least we could use that consistently.
Thanks for taking a look at this! Only concern is some of the swagger doc updates, though we saw something similar in #835, but I haven't had a chance to dig much into it.
Description
See https://github.com/namely/docker-protoc
This solves the issue of a mismatch between the locally installed protoc and the one used to check for updated generated code in the GHA workflow.
The text was updated successfully, but these errors were encountered: