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

Bring supported versions inline with Go release policy #366

Closed
SamWhited opened this issue Nov 27, 2018 · 1 comment
Closed

Bring supported versions inline with Go release policy #366

SamWhited opened this issue Nov 27, 2018 · 1 comment

Comments

@SamWhited
Copy link

I would like to propose that only supported versions of Go (the last two versions, per the release policy: https://golang.org/doc/devel/release.html#policy) be supported officially by Chi.

This would allow Chi to be more agile in introducing new features such as Go Modules (#364) which have compatibility built into supported versions (eg. a workaround for full module support was introduced in Go 1.9.7 and Go 1.10.3).

Unfortunately, to my knowledge no one is collecting Go version information so it's hard to estimate how many users would be affected by such a change.

Thank you for your consideration.

@pkieltyka pkieltyka mentioned this issue Jan 8, 2019
5 tasks
@pkieltyka
Copy link
Member

done in chi v4 #378

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