We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Makefile uses golint 1.59.1, while the Github action in CI uses 1.60.3.
1.60.3 is more strict, it reports errors that prevent the rest of the CI job from running (unit tests, publishing a dev Docker image, etc).
The text was updated successfully, but these errors were encountered:
Upgrade golint and fix errors (fixes k8ssandra#692)
635f9c0
Upgrade golint and fix errors (fixes #692) (#693)
ddd1e65
* Upgrade golint and fix errors (fixes #692) * Fix failing test
olim7t
Successfully merging a pull request may close this issue.
The Makefile uses golint 1.59.1, while the Github action in CI uses 1.60.3.
1.60.3 is more strict, it reports errors that prevent the rest of the CI job from running (unit tests, publishing a dev Docker image, etc).
The text was updated successfully, but these errors were encountered: