You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "liangyepianzhou (via GitHub)" <gi...@apache.org> on 2024/01/04 14:07:28 UTC

Re: [PR] chore(deps): bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.17.0 [pulsar-client-go]

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org