From 82a6bb6ee543d267c814ba16ca94c4a4d9dcb47b Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Sun, 16 Sep 2018 08:33:07 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f42db..265a9ec 100644 --- a/README.md +++ b/README.md @@ -319,10 +319,9 @@ 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. ------ - Contributing ============