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

chore: delint ioutil usage #962

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

costela
Copy link
Contributor

@costela costela commented Dec 3, 2024

This also bumps the minimum supported version of Go to 1.16 (which itself has beel EOL for almost 3 years now 🙈 )

Refs #963

This also bumps the minimum supported version of Go to 1.16 (which itself has beel EOL for almost 3 years now)
@@ -1,3 +1,3 @@
module github.com/go-chi/chi/v5

go 1.14
go 1.16
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This downgrades chi's compatibility with older Go versions.

Can you please raise an issue first, so we can discuss pros/cons of dropping support for Go 1.14-1.15 and gather feedback from the community?

I don't disagree btw. It might be the right time to start requiring Go 1.16+.

Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure! 👍🏻

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done here: #963

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