riteshghorse commented on code in PR #21967:
URL: https://github.com/apache/beam/pull/21967#discussion_r905160748


##########
sdks/go/pkg/beam/core/runtime/harness/worker_status.go:
##########
@@ -104,7 +104,7 @@ func goroutineDump(statusInfo *strings.Builder) {
 func buildInfo(statusInfo *strings.Builder) {
        statusInfo.WriteString("\n============Build Info============\n")
        if info, ok := debug.ReadBuildInfo(); ok {
-               statusInfo.WriteString(info.String())

Review Comment:
   @lostluck the static check error is because of this change.  But using 
`info.String()` throws error on internal import. 



-- 
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]

Reply via email to