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

Downgrade Go Version to 1.20 #25

Closed
gustavosbarreto opened this issue Apr 1, 2024 · 1 comment
Closed

Downgrade Go Version to 1.20 #25

gustavosbarreto opened this issue Apr 1, 2024 · 1 comment

Comments

@gustavosbarreto
Copy link

I have observed that the current minimum required Go version specified in the latest release necessitates an unnecessary upgrade to Go 1.22. Through testing on my own fork, I have verified that Go 1.20 is sufficient for compatibility. Please consider downgrading the minimum required Go version from 1.22 to 1.20.

Setting the lowest possible Go version is a good practice for publicly available Go packages. By doing so, you avoid imposing specific Go version requirements on all consumers of your package.

@xakep666
Copy link
Owner

xakep666 commented Apr 2, 2024

Merged. Thanks!

@xakep666 xakep666 closed this as completed Apr 2, 2024
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