uber-go / goleak

Goroutine leak detector
MIT License
4.48k stars 148 forks source link

Remove mentions of Go 1.5 compatibility from Readme #86

Closed rabbbit closed 1 year ago

rabbbit commented 1 year ago

Fixes #85

We're no longer compatible with pre 1.16 since #79.

I'm opting for removing the version rather than updating it to 1.18 since we already have go.mod for this.

Adding a pointer to the Go release policy, but I also considered dropping the mentions altogether. Copied the copy from zap.

codecov[bot] commented 1 year ago

Codecov Report

Merging #86 (34af211) into master (5c9bf00) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files           5        5           
  Lines         138      138           
=======================================
  Hits          131      131           
  Misses          4        4           
  Partials        3        3           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more