dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
549 stars 481 forks source link

CI: track waring after upgrade Golangci-lint to 1.59 #3528

Open daixiang0 opened 2 months ago

daixiang0 commented 2 months ago

After upgrade to 1.59, CI reports following warning:

  level=warning msg="[config_reader] The configuration option `linters.errcheck.ignore` is deprecated, please use `linters.errcheck.exclude-functions`."
  level=warning msg="The linter 'execinquery' is deprecated (since v1.58.0) due to: The repository of the linter has been archived by the owner. "

Now it still works but better to upgrade configuration in case of failure in the future.