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

multi: Add go 1.11 directive to all modules. #1677

Merged
merged 1 commit into from
Mar 18, 2019

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Mar 17, 2019

This adds the go 1.11 directive to all of the modules in order to clearly mark they build and work with that version. Go 1.12 modified the tools such that tidy will automatically add the new version to modules that do not already have a directive and that would prevent builds on Go 1.11 through Go 1.11.3 which is not desirable.

@davecgh davecgh added this to the 1.5.0 milestone Mar 17, 2019
This adds the go 1.11 directive to all of the modules in order to
clearly mark they build and work with that version.  Go 1.12 modified
the tools such that tidy will automatically add the new version to
modules that do not already have a directive and that would prevent
builds on Go 1.11 through Go 1.11.3 which is not desirable.
@davecgh davecgh merged commit 0f50fd5 into decred:master Mar 18, 2019
@davecgh davecgh deleted the multi_go1_11_mod branch March 18, 2019 15:10
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