Update versions supported to include `go 1.16`

Rather than directly adding `1.16`, I thought better to reword to state the minimum version supported... this way the line doesn't have to get updated with every new release, but instead only when dropping releases.
pull/1145/merge
Jeff Widman 2021-02-24 21:24:28 -08:00 committed by Boyan Soubachov
parent 083ff1c044
commit 7797738693
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ To update Testify to the latest version, use `go get -u github.com/stretchr/test
Supported go versions
==================
We support the three major Go versions, which are 1.13, 1.14 and 1.15 at the moment.
We currently support the most recent major Go versions from 1.13 onward.
------