From 14d66a7ab5b93d4e92c01bb6908b8c3bf966a22d Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Tue, 18 Sep 2018 05:40:26 +0000 Subject: [PATCH] Change README not to expand support for more than three versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f42db06..747c7d33c 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ To update Testify to the latest version, use `go get -u github.com/stretchr/test Supported go versions ================== -We support the four major Go versions, which are 1.8, 1.9, 1.10, and 1.11 at the moment. +We support the three major Go versions, which are 1.9, 1.10, and 1.11 at the moment. ------