You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look's like with golangci-lint-action I can't use golangci-lint with minor patches, for example, version: v1.28.3 is not working. Is this behavior expected?
The text was updated successfully, but these errors were encountered:
if(parsedRequestedLintVersion.patch!==null){thrownewError(`requested golangci-lint version '${requestedLintVersion}' was specified with the patch version, need specify only minor version`)}
Could you provide more details? We tested it yesterday and it worked.
We had an issue with it, but it was resolved after we updated the assets.
Could you run one more time please, maybe it works now?
Look's like with golangci-lint-action I can't use golangci-lint with minor patches, for example, version:
v1.28.3
is not working. Is this behavior expected?The text was updated successfully, but these errors were encountered: