Skip to content

Commit 3465299

Browse files
authored
Remove mentions of Go 1.5 compatibility from Readme (#86)
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`.
1 parent 5c9bf00 commit 3465299

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ You can use `go get` to get the latest version:
88

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

11-
`goleak` also supports semver releases. It is compatible with Go 1.5+.
11+
`goleak` also supports semver releases.
12+
13+
Note that go-leak only [supports][release] the two most recent minor versions of Go.
1214

1315
## Quick Start
1416

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

0 commit comments

Comments
 (0)