Change Readme to reflect supported Go versions

pull/1041/head
Tomáš Procházka 2021-01-14 12:53:31 +01:00 committed by Boyan Soubachov
parent acba37e5db
commit a2f7dbf150
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 two major Go versions, which are 1.13 and 1.14 at the moment.
We support the three major Go versions, which are 1.13, 1.14 and 1.15 at the moment.
------