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

fix support for go1.22rc1 #822

Merged
merged 1 commit into from
Dec 25, 2023
Merged

fix support for go1.22rc1 #822

merged 1 commit into from
Dec 25, 2023

Conversation

mvdan
Copy link
Member

@mvdan mvdan commented Dec 24, 2023

(see commit message)

Fixes #820.

In early December, a new internal package linknamed from runtime
was introduced, internal/chacha8rand. Re-generate the tables.

Note that due to the same group of CLs and refactors,
math/rand and net are no longer linknamed from runtime in Go 1.22.
They are still in Go 1.21, so keep those entries around for now.
We can remove math/rand/v2, as it doesn't yet exist in 1.21.

Fixes burrowers#820.
@lu4p lu4p merged commit de65196 into burrowers:master Dec 25, 2023
5 checks passed
@mvdan mvdan deleted the gotip-newer branch December 25, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ABI issue with go1.22
2 participants