craigcondit commented on code in PR #819:
URL: https://github.com/apache/yunikorn-core/pull/819#discussion_r1513593237
##########
go.mod:
##########
@@ -59,4 +59,5 @@ replace (
golang.org/x/sys => golang.org/x/sys v0.17.0
golang.org/x/text => golang.org/x/text v0.14.0
golang.org/x/tools => golang.org/x/tools v0.17.0
+ google.golang.org/protobuf => google.golang.org/protobuf v1.33.0
Review Comment:
We can't update SI, as there are not binary builds of the protobuf compiler
for 1.33.0 available yet. The issue this update resolves is only in decoding,
so it's not crucial that we do that.
--
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]