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

Drop go1.17 dependency #44

Closed
andig opened this issue Sep 30, 2021 · 2 comments
Closed

Drop go1.17 dependency #44

andig opened this issue Sep 30, 2021 · 2 comments

Comments

@andig
Copy link

andig commented Sep 30, 2021

Seems this module does not require go 1.17. It would be nice to lower the required version. E.g. 1.16 is very popular as it brought embed support. Not sure why 1.17 should be required?

@joliver
Copy link

joliver commented Sep 30, 2021

In the Go ecosystem (as opposed to Java), staying close to the latest version of the Go runtime is the standard. I know of a few libraries that fully support the last 1-2 Go versions.

In this particular case, the previous version (at Go 1.13) still exists and can be pinned. The reason for this move is that we are preparing to upgrade everything in our internal infrastructure up to Go 1.17 to take advantage of how Go manages modules and dependencies.

If you require a lesser Go runtime than 1.17, please use the previous version of assertions.

@joliver joliver closed this as completed Sep 30, 2021
@andig
Copy link
Author

andig commented Sep 30, 2021

In the Go ecosystem (as opposed to Java), staying close to the latest version of the Go runtime is the standard.

I would disagree. Many popular foundation libraries are supporting Go 1.13 or even earlier.

The reason for this move is that we are preparing to upgrade everything in our internal infrastructure up to Go 1.17 to take advantage of how Go manages modules and dependencies.

Go modules have been well-supported since at least Go 1.15 (I believe even Go 1.14). There is nothing in Go 1.17 that I'm aware of that would require such a change.

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

No branches or pull requests

2 participants