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 /x/net for compatibility with go1.23 #470

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

aarongable
Copy link
Contributor

Older versions of the /x/net/internal/socket package include a direct reference to syscall.recvmsg, which has been forbidden by golang/go#67401. See https://go.dev/doc/go1.23#linker for additional documentation.

This means that we need to update the version of /x/net that Pebble depends on in order for Pebble to be compatible with go1.23.

@aarongable aarongable merged commit 17d64a3 into main Aug 13, 2024
14 checks passed
@aarongable aarongable deleted the update-x-net branch August 13, 2024 19:01
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.

2 participants