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

Drop support for Go v1.19. #114

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Drop support for Go v1.19. #114

merged 1 commit into from
Apr 19, 2023

Conversation

lthibault
Copy link
Collaborator

https://github.com/wetware/ww/pull/111 requires unsafe.SliceData, which is not available before 1.20. This PR updates the version number in go.mod and removes 1.19 from CI.

We could preserve backwards compatibility by using build tags and relying on the highly-unsafe runtime.SliceHeader, but given that we are still pre-1.0, I don't think it's worth the trouble.

https://github.com/wetware/ww/pull/111 requires unsafe.SliceData,
which is not available before 1.20.  This PR updates the version
number in go.mod and removes 1.19 from CI.

We could preserve backwards compatibility by using build tags and
relying on the highly-unsafe runtime.SliceHeader, but given that
we are still pre-1.0, I don't think it's worth the trouble.
@lthibault lthibault added the enhancement New feature or request label Apr 18, 2023
@lthibault lthibault self-assigned this Apr 18, 2023
@lthibault lthibault merged commit 1b32ac1 into master Apr 19, 2023
@lthibault lthibault deleted the drop-go1.19 branch April 19, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants