You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
A syscall error occurred on intel mac when using an out-of-date go sys library in go 1.17. This can be solved by updating the go sys library to the latest version.
The current dev branch already has updated to the latest go sys library, so if you use dev branch, you will not have the above problem. Alternatively, you can update directly though the go get golang.org/x/sys@master command.
Finally, this change will be included in klaytn v1.7.1 and later versions.
For more detailed information, please refer to the following PR and issue: #1048, golang/go#45702.
The text was updated successfully, but these errors were encountered:
yoomee1313
changed the title
go1.17 syscall error fix
intel mac go1.17 syscall error fix
Nov 10, 2021
A syscall error occurred on intel mac when using an out-of-date
go sys
library in go 1.17. This can be solved by updating thego sys
library to the latest version.The current dev branch already has updated to the latest
go sys
library, so if you use dev branch, you will not have the above problem. Alternatively, you can update directly though thego get golang.org/x/sys@master
command.Finally, this change will be included in klaytn v1.7.1 and later versions.
For more detailed information, please refer to the following PR and issue: #1048, golang/go#45702.
The text was updated successfully, but these errors were encountered: