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

Suggest Using hashicorp/go-version for Version Management #35

Open
ccamel opened this issue Jun 21, 2024 · 0 comments
Open

Suggest Using hashicorp/go-version for Version Management #35

ccamel opened this issue Jun 21, 2024 · 0 comments

Comments

@ccamel
Copy link
Member

ccamel commented Jun 21, 2024

Proposal

Currently, we are using our own coded type for managing versions in the magefiles, which is fine.

However, to simplify the code slightly and ensure that versions are managed with complete safety, I suggest we switch to using the hashicorp/go-version library for managing versions. This library provides robust support for SemVer 2.0.0, including handling v prefixed versions seamlessly.

This is a low-priority suggestion, and its relevance and interest can be discussed further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📆 To do
Development

No branches or pull requests

1 participant