Update protobuf tooling dependencies
What does this MR do?
Updates Protocol Buffer compilation tooling to their latest versions:
| Dependency | Previous | Updated |
|---|---|---|
protoc |
33.2 | 33.5 |
protoc-gen-go-grpc |
v1.6.0 | v1.6.1 |
Why is this change needed?
Keeps the protobuf toolchain up to date with the latest bug fixes and improvements.
Changes
- Updated
PROTOC_VERSIONin Makefile - Updated
PROTOC_GEN_GO_GRPC_VERSIONin Makefile - Regenerated
proto/step_grpc.pb.gowith the new tooling
Edited by Cameron Swords