google / pprof

pprof is a tool for visualization and analysis of profiling data
Apache License 2.0
8.02k stars 607 forks source link

Use a release version of staticcheck in `ci.yml` #819

Closed pnacht closed 11 months ago

pnacht commented 1 year ago

I noticed the ci.yml workflow uses honnef.co/go/tools/cmd/staticcheck@master and mentions that it should be replaced by a specific version once an issue in that dependency is fixed.

It was fixed earlier this year, in release 0.4.1. This PR adopts the latest release version (0.4.6). Let me know if you'd rather just use 0.4.1.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f3a68a3) 66.99% compared to head (489f18c) 66.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #819 +/- ## ======================================= Coverage 66.99% 66.99% ======================================= Files 45 45 Lines 9861 9861 ======================================= Hits 6606 6606 Misses 2795 2795 Partials 460 460 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.