-
-
Notifications
You must be signed in to change notification settings - Fork 165
Support golangci-lint patch version #98
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
Labels
enhancement
New feature or request
Comments
daixiang0
pushed a commit
that referenced
this issue
Oct 17, 2020
This commit is to support X.Y.Z version in config. - if X.Y.Z version is passed, honour it 👍 - if X.Y version is passed, keep the same behaviour as it is right now. Closes #98 Signed-off-by: Tam Mach <[email protected]>
zikaeroh
added a commit
to zikaeroh/golangci-lint-action
that referenced
this issue
Feb 21, 2021
golangci#98 was closed by golangci#101, but the README still says that only a major-minor version is accepted. It also says that this field is required, but `action.yml` says otherwise. Copy the description from `action.yml` into the README for consistency.
SVilgelm
pushed a commit
that referenced
this issue
Feb 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, only version X.Y is supported, it is internally derive the last patch version of golangci-lint. However, sometimes, I would love to have some experience with my local dev and CI.
Propose: Support X.Y.Z version in config.
The text was updated successfully, but these errors were encountered: