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

chore(deps): update dependency golangci-lint to v1.57.1 #2787

Merged
merged 4 commits into from
Apr 3, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    b4a1ce0 View commit details
    Browse the repository at this point in the history
  2. chore(gosec): use nolint instead of nosec for gosec

    Due to securego/gosec#1105 we need to use
    `nolint` instead of `nosec` for `gosec`.
    silvestre committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    32d7459 View commit details
    Browse the repository at this point in the history
  3. fix deprecation warning

    > WARN [config_reader] The configuration option `govet.check-shadowing` is deprecated. Please enable `shadow` instead, if you are not using `enable-all`.
    silvestre committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fb90b11 View commit details
    Browse the repository at this point in the history
  4. fix local timeout issue

    silvestre committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6995658 View commit details
    Browse the repository at this point in the history