multi: Support module graph prune and lazy load.#2905
Merged
davecgh merged 1 commit intodecred:masterfrom Mar 25, 2022
Merged
Conversation
5bd2a01 to
da8d1a0
Compare
jrick
approved these changes
Mar 24, 2022
Contributor
|
Should also update the main README to inform that the minimum supported Go version is 1.17. Tangentially, is now a good time to update the minimum recommended spec of "12 GB disk space (as of April 2020, increases over time)"? |
Member
Author
|
@matthawkins90 Yep, sounds like a good idea. Would you like to do those things via a separate PR to update for Go1.18 in general? (e.g. also bump the CI build versions in the |
Contributor
|
Ha, I'm on it! Thanks. |
matthawkins90
approved these changes
Mar 24, 2022
dnldd
approved these changes
Mar 24, 2022
This bumps the go directive for all of the modules provided by the repository to 1.17 which will allow the new module graph pruning and lazy loading capabilities introduced in Go 1.17 to be used once the updated modules are released. This means that, as described by the documentation, the go.mod files for each module now include a separate require block that includes all of the indirect dependencies
da8d1a0 to
7d59dd3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This bumps the go directive for all of the modules provided by the repository to 1.17 which will allow the new module graph pruning and lazy loading capabilities introduced in Go 1.17 to be used once the updated modules are released.
This means that, as described by the documentation, the go.mod files for each module now include a separate require block that includes all of the indirect dependencies