-
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
dyld: Symbol not found: _utimensat #50855
Comments
What version of macOS do you use? Thanks. |
macOS 10.12.5 |
Go 1.17 requires macOS 10.13 or later, see https://go.dev/doc/go1.17#darwin |
It was OK with go1.17.7 and macOS SIerra 10.12.6. After upgrade go to 1.18.beta2 the same issue observed. Please fix it, due impossible to buy a new mac for golang. Thank in advance. |
@mikowiec I'm sorry, we have to be able to move forward somehow. macOS 10.12 is no longer supported by Apple, and we no longer support it either. |
What version of Go are you using (
go version
)?if i installed
go1.17.6.darwin-amd64.pkg
if i installed
go1.18beta1.darwin-amd64.pkg
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?if i installed
go1.17.6.darwin-amd64.pkg
go env
Outputif i installed
go1.18beta1.darwin-amd64.pkg
What did you do?
I download unstable version
go1.18beta1.darwin-amd64.pkg
fromhttps://go.dev/dl/
, and installed it to my mac.When i run
go version
command, it show me that failed message.What did you expect to see?
go version go1.18 darwin/amd64
What did you see instead?
dyld: Symbol not found: _utimensat
The text was updated successfully, but these errors were encountered: