From a2f7dbf1509e1786c7150ad5b18999acf37b790b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Proch=C3=A1zka?= Date: Thu, 14 Jan 2021 12:53:31 +0100 Subject: [PATCH] Change Readme to reflect supported Go versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ea7b8..c78250e 100644 --- a/README.md +++ b/README.md @@ -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. ------