From 8a3895e82f45fb438ffdfcde4d0682d83437a41a Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Sat, 7 Dec 2019 00:10:56 -0800 Subject: [PATCH] Update README with statement about Go versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5de804f..976e77a 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,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.9, 1.10, and 1.11 at the moment. +We support the three major Go versions, which are 1.11, 1.12, and 1.13 at the moment. ------