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

✨ : (go/v4): Replace deadline in favor of timeout in golangci-lint configuration #3865

Merged

Commits on Apr 19, 2024

  1. Replace deadline in favor of timeout in golangci-lint configura…

    …tion
    
    As of 1.57 version, golangci-lint deprecated the `deadline` linter
    setting
    (https://github.com/golangci/golangci-lint/releases/tag/v1.57.0). This
    PR changes `deadline` to `timeout` in the `.golangci.yml` configuration
    both for the project setup and for the `.golangci.yml` scaffolding.
    afritzler committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d3e7719 View commit details
    Browse the repository at this point in the history