Skip to content
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

Update golang.org/x/sys for Go 1.18 on M1 Macs. #164

Closed
wants to merge 1 commit into from
Closed

Update golang.org/x/sys for Go 1.18 on M1 Macs. #164

wants to merge 1 commit into from

Conversation

tjni
Copy link

@tjni tjni commented Aug 15, 2022

This picks up a new 2022 version of golang.org/x/sys which is caused by golang/go#49219 and is needed to fix building using Go 1.18 on aarch64-darwin.

By including this here, when a new version with this change is released, consumers will not need to specify their own indirect dependency on a newer version of golang.org/x/sys.

In an ideal world, mattn/go-isatty#75 will be accepted and a new version published, so that this can be picked up through it without an indirect dependency, but I am opening a change here too because this project is more active than that one at the moment.

@tjni
Copy link
Author

tjni commented Aug 15, 2022

I spoke too soon, it was accepted! When a new version is released, I will either create a new PR to remove the indirect dependency if this is also merged, or I will update this PR if it hasn't yet.

@tjni
Copy link
Author

tjni commented Aug 15, 2022

I updated github.com/mattn/go-isatty to pick this up now.

This picks up a new 2022 version of golang.org/x/sys which is caused by
golang/go#49219 and is needed to fix building
using Go 1.18 on aarch64-darwin.
@tjni
Copy link
Author

tjni commented Sep 16, 2022

I just noticed that this was done automatically by dependabot in b3652af.

@tjni tjni closed this Sep 16, 2022
@tjni tjni deleted the update-x-sys branch September 16, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant