-
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
Package fails to compile under go-1.12 #30777
Comments
You need to update to the current version of the golang.org/x/sys/unix package. Note that it has been vendored into yubihsm-connector so you likely need to update the vendored copy. |
@ianlancetaylor that does not seem to help:
And please do not close the issue until it's clear it has been resolved. Update
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
The latest release is exactly what seems to have caused it.
What operating system and processor architecture are you using (
go env
)?What did you do?
Tried to compile/build https://github.com/Yubico/yubihsm-connector
What did you expect to see?
Like what go-1.11.5 was giving to another user:
What did you see instead?
The text was updated successfully, but these errors were encountered: