From 7023ef1c65af15e31abf48b38b20405dc209afa7 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Mon, 17 Sep 2018 06:11:58 +0000 Subject: [PATCH] Revert "Update README.md" This reverts commit 0498a9c3b18a63465d19c06ad5cb2c9fe72dafc4. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 265a9ec..15f42db 100644 --- a/README.md +++ b/README.md @@ -319,9 +319,10 @@ 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.9, 1.10, and 1.11 at the moment. +We support the four major Go versions, which are 1.8, 1.9, 1.10, and 1.11 at the moment. ------ + Contributing ============