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

hack/tools: drop dependency on golangci-lint #313

Merged
merged 1 commit into from Mar 21, 2022

Commits on Mar 21, 2022

  1. hack/tools: drop dependency on golangci-lint

    Depending on the more recent golangci-lint 1.43.0 also pulled in a newer mock
    package, which caused problems when trying to use the logcheck plugin in
    Kubernetes because there were problems with generated mock files when using the
    newer mock.
    
    golangci-lint isn't actually needed (anymore?) for building the plugin, so a
    "go mod tidy" removed it.
    pohly committed Mar 21, 2022
    Copy the full SHA
    7179178 View commit details
    Browse the repository at this point in the history