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

update go.mod to 1.17 #858

Closed
codyoss opened this issue Jul 14, 2022 · 0 comments · Fixed by #859
Closed

update go.mod to 1.17 #858

codyoss opened this issue Jul 14, 2022 · 0 comments · Fixed by #859
Assignees

Comments

@codyoss
Copy link
Member

codyoss commented Jul 14, 2022

By declaring 1.17 we enable downstream consumers this module to
take advantage of mod graph pruning and lazy loading of modules. We
still support older versions, but this is just nice for our users
that are declaring a newer version in their module.

We should eventually roll this out to the other libs we maintain too as only mods with 1.17 can be pruned.

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 a pull request may close this issue.

1 participant