Skip to content

Commit

Permalink
Remove mentions of Go 1.5 compatibility from Readme
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
rabbbit committed Dec 7, 2022
1 parent 5c9bf00 commit 34af211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,9 @@ You can use `go get` to get the latest version:

`go get -u go.uber.org/goleak`

`goleak` also supports semver releases. It is compatible with Go 1.5+.
`goleak` also supports semver releases.

Note that go-leak only [supports][release] the two most recent minor versions of Go.

## Quick Start

Expand Down Expand Up @@ -69,3 +71,4 @@ No breaking changes will be made to exported APIs before 2.0.
[ci]: https://github.com/uber-go/goleak/actions/workflows/go.yml
[cov-img]: https://codecov.io/gh/uber-go/goleak/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/uber-go/goleak
[release]: https://go.dev/doc/devel/release#policy

0 comments on commit 34af211

Please sign in to comment.