-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/sys/unix: go:linkname must refer to declared function or variable #51091
Labels
Milestone
Comments
You need to arrange to use a newer version of golang.org/x/sys. The 2019-10-24 version doesn't work with Go1.18beta2. Use the latest version instead. |
This was referenced Apr 7, 2022
mschoch
added a commit
to blugelabs/bluge
that referenced
this issue
Apr 18, 2022
Building was encountering an error in go 1.18, see: golang/go#51091
how do you install a newer version of golang.org/x/sys? |
For example, "go get -u golang.org/x/sys/unix". |
13 tasks
13 tasks
djs55
added a commit
to djs55/vpnkit
that referenced
this issue
Dec 27, 2022
See golang/go#51091 Signed-off-by: David Scott <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
no, this seems to only affect
go1.18beta1
andgo1.18beta2
.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
No errors.
What did you see instead?
The text was updated successfully, but these errors were encountered: