From 77977386932ab1866a4b9556a7af1ae347531786 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 24 Feb 2021 21:24:28 -0800 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c78250e41..6b9ff9ad3 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 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. ------