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
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
The text was updated successfully, but these errors were encountered:
Homebrew/homebrew-core#107165 fails due to
This can be fixed by upgrading go4.org/unsafe/assume-no-moving-gc according to quic-go/quic-go#3491
The text was updated successfully, but these errors were encountered: