randymaldonado commented on code in PR #30157: URL: https://github.com/apache/beam/pull/30157#discussion_r1472824587
########## sdks/go/pkg/beam/model/fnexecution_v1/beam_fn_api.pb.go: ########## @@ -27,7 +27,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 -// protoc v4.24.4 +// protoc v3.21.12 Review Comment: I suggest matching the `protoc` version to have it be consistent with the rest of the codebase. Running `go install google.golang.org/protobuf/cmd/[email protected]` should update it. v1.31.0 should be used because this matches what is in the go.mod for sdks ([link](https://github.com/apache/beam/blob/master/sdks/go.mod#L65C29-L65C36)). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
