liangyepianzhou commented on PR #1101: URL: https://github.com/apache/pulsar-client-go/pull/1101#issuecomment-1877150442
The errors are coming from the `golang.org/x/sys` package. They indicate that the `unsafe.Slice` function is not defined. This function was introduced in Go 1.17 to convert a `*[N]T` into a `[]T` without creating a new slice. @BewareMyPower @RobertIndie @shibd Could we upgrade the Go version to 1.17 or later. -- 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]
