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

main: Remove old style build constraints. #3036

Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Dec 2, 2022

This removes the old style build constraints that were required for versions of Go prior to version 1.17 now that the minimum actively supported version of Go is 1.18.

Note that it intentionally does not remove them from the modules to avoid needlessly breaking any consumers that might still be using them from older versions of Go.

@davecgh davecgh added this to the 1.8.0 milestone Dec 2, 2022
@davecgh davecgh force-pushed the main_remove_old_style_build_constraints branch from deaf063 to 2287ec6 Compare December 2, 2022 20:38
This removes the old style build constraints that were required for
versions of Go prior to version 1.17 now that now that the minimum
actively supported version of Go is 1.18.

Note that it intentionally does not remove them from the modules to
avoid needlessly breaking any consumers that might still be using them
from older versions of Go.
@davecgh davecgh force-pushed the main_remove_old_style_build_constraints branch from 2287ec6 to db7eef9 Compare December 5, 2022 15:04
@davecgh davecgh merged commit db7eef9 into decred:master Dec 5, 2022
@davecgh davecgh deleted the main_remove_old_style_build_constraints branch December 5, 2022 15:09
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.

None yet

3 participants