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 compatibility from 1.23 to 1.22 #14

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

iquirino
Copy link
Contributor

This PR downgrades the Go version compatibility of the library from 1.23 to 1.22. The goal is to ensure that the library remains accessible to projects still running Go 1.22, which is widely used and actively supported.

Justification

  • Broader Compatibility: Many software projects are still operating on Go 1.22 and may face challenges upgrading to 1.23 immediately. This change enables these projects to leverage the library without requiring a Go version upgrade.
  • Supported Versions: Both Go 1.22 and 1.23 are officially supported as of now. According to the Go end-of-life tracker, Go 1.22 is still supported, with the latest patch version (1.22.11) released on 16 January 2025.
  • Backward Compatibility: This change does not impact users already on Go 1.23 or newer versions while extending usability to systems running 1.22.
  • Community Standards: Aligning with Go’s support lifecycle ensures inclusivity for projects across supported versions.

Impact

No breaking changes are introduced. The library’s functionality remains intact for users on 1.23 while adding compatibility for Go 1.22.

If there are any concerns or suggestions regarding this adjustment, feedback is welcome!

@bnkamalesh bnkamalesh assigned bnkamalesh and iquirino and unassigned bnkamalesh Jan 25, 2025
@bnkamalesh bnkamalesh added the enhancement New feature or request label Jan 25, 2025
@bnkamalesh bnkamalesh enabled auto-merge (squash) January 25, 2025 09:38
Copy link
Member

@bnkamalesh bnkamalesh left a comment

Choose a reason for hiding this comment

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

lgmt & thank you!

@bnkamalesh bnkamalesh merged commit 9f10da9 into naughtygopher:main Jan 25, 2025
2 checks passed
@iquirino
Copy link
Contributor Author

Thank you for your fast support on this!
I'm happy to contribute to your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants