Skip to content

multi: Update module requirements to go1.13.#2891

Merged
davecgh merged 1 commit intodecred:masterfrom
davecgh:multi_go1_13_signed_shifts
Mar 10, 2022
Merged

multi: Update module requirements to go1.13.#2891
davecgh merged 1 commit intodecred:masterfrom
davecgh:multi_go1_13_signed_shifts

Conversation

@davecgh
Copy link
Copy Markdown
Member

@davecgh davecgh commented Mar 4, 2022

This updates various modules to require go1.13 since they make use of shifts on integers (technically signed shifts although they are only ever used with positive values) and the upcoming version of go1.18 along with the latest version of gopls complains about not requiring go1.13.

@davecgh davecgh added this to the 1.8.0 milestone Mar 4, 2022
This updates various modules to require go1.13 since they make use of
shifts on integers (technically signed shifts although they are only
ever used with positive values) and the upcoming version of go1.18 along
with the latest version of gopls complains about not requiring go1.13.
@davecgh davecgh force-pushed the multi_go1_13_signed_shifts branch from e9f772e to 5733fb2 Compare March 10, 2022 17:09
@davecgh davecgh merged commit 5733fb2 into decred:master Mar 10, 2022
@davecgh davecgh deleted the multi_go1_13_signed_shifts branch March 10, 2022 17:15
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.

3 participants