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

Support Go 1.19 #1467

Closed
andig opened this issue Aug 3, 2022 · 3 comments · Fixed by #1468
Closed

Support Go 1.19 #1467

andig opened this issue Aug 3, 2022 · 3 comments · Fixed by #1468
Assignees

Comments

@andig
Copy link

andig commented Aug 3, 2022

Homebrew/homebrew-core#107165 fails due to

panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.19 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.19 set. Notably, if go1.19 adds a moving garbage collector, this program is unsafe to use.

This can be fixed by upgrading go4.org/unsafe/assume-no-moving-gc according to quic-go/quic-go#3491

@andig andig changed the title Go1.19 Support Go1.19 Aug 3, 2022
@andig andig changed the title Support Go1.19 Support Go 1.19 Aug 3, 2022
@hairyhenderson
Copy link
Owner

Thanks for the heads-up @andig 🙇‍♂️

I'll fix this soon.

@hairyhenderson
Copy link
Owner

Fix coming up in #1468

@hairyhenderson
Copy link
Owner

3.11.x backport in #1469. Will try to get a 3.11.2 release out soon so the hack in Homebrew/homebrew-core#107165 isn't necessary.

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 a pull request may close this issue.

2 participants