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

fix: Go version #19

Merged
merged 6 commits into from
Sep 15, 2024
Merged

fix: Go version #19

merged 6 commits into from
Sep 15, 2024

Conversation

ldez
Copy link
Contributor

@ldez ldez commented Sep 15, 2024

Downgrade the min Go version to the first patch.

extra:

  • fix release workflow
  • fix golangci-lint configuration

v0.0.x are not semver compliant because a bug fix cannot happen before a minor release or an impossible initial version v0.0.0.

The first tag should always be at least v0.1.0.

PATCH version when you make backward compatible bug fixes

https://semver.org/

How should I deal with revisions in the 0.y.z initial development phase?

The simplest thing to do is start your initial development release at 0.1.0 and then increment the minor version for each subsequent release.

https://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase

Copy link
Owner

@sonatard sonatard left a comment

Choose a reason for hiding this comment

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

Thanks!! LGTM

@sonatard sonatard merged commit 201254a into sonatard:master Sep 15, 2024
2 checks passed
@ldez ldez deleted the fix/go-version branch September 15, 2024 14:40
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