Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: support the new versioning scheme of Protobuf
Protobuf has changed their versioning scheme to language-specific one. For Golang, the first version applied the scheme would be 4.21.0 which followed the preceding version,3.20.1. Basically the major part is language-specific and no longer important. Check more: https://protobuf.dev/news/2022-05-06/ protocolbuffers/protobuf#11440 protocolbuffers/protobuf#11123
- Loading branch information