alibaba / sentinel-golang

Sentinel Go enables reliability and resiliency for Go microservices
https://sentinelguard.io/
Apache License 2.0
2.76k stars 431 forks source link

update args of golangci-lint in ci.yml #535

Closed jnan806 closed 1 year ago

jnan806 commented 1 year ago

Describe what this PR does / why we need it

update args of golangci-lint in ci.yml according to official guides

Does this pull request fix one issue?

Describe how you did it

according to comment of https://github.com/golangci/golangci-lint-action/issues/618#issuecomment-1587781568 relation pr https://github.com/golangci/golangci-lint-action/pull/769

Describe how to verify it

Special notes for reviews

sczyh30 commented 1 year ago

Could you please sync with the latest master branch? We've fixed other CI failures.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e2f2f73) 53.17% compared to head (6c33f47) 53.17%.

:exclamation: Current head 6c33f47 differs from pull request most recent head aba5c14. Consider uploading reports for the commit aba5c14 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #535 +/- ## ======================================= Coverage 53.17% 53.17% ======================================= Files 91 91 Lines 5894 5894 ======================================= Hits 3134 3134 Misses 2413 2413 Partials 347 347 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

jnan806 commented 1 year ago

Could you please sync with the latest master branch? We've fixed other CI failures.

done

sczyh30 commented 1 year ago

Thanks!