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

Relax go version constraint #10

Closed
wants to merge 1 commit into from
Closed

Conversation

sevein
Copy link
Member

@sevein sevein commented Jul 23, 2024

This PR updates the go.mod file to set Go 1.19 as the minimum version requirement. With this change we ensure compatibility with older releases, allowing dependents to adopt this library in projects that may still be stuck with older versions of Go, e.g. embedded devices, build pipelines using old distros (e.g. go 1.18 in Ubuntu 22.40), etc.

@sevein sevein requested a review from djjuhasz July 23, 2024 11:44
@sevein
Copy link
Member Author

sevein commented Jul 24, 2024

We've chosen to follow the Go release policy, if you'd like to change this let us know.

@sevein sevein closed this Jul 24, 2024
@sevein sevein deleted the dev/update-go-requirement branch July 24, 2024 05:53
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.

1 participant