From e5a4a82a13352ce9dad10480acc36377e0e04c63 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Tue, 12 Sep 2017 17:30:11 -0500 Subject: [PATCH] Update README / required go version Adding the `context` package import in 3834908232bba96806f9c9e9a07403c55c813ba4 bumps the required go version to 1.7. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18ee9ba..eba2654 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ see http://godoc.org/github.com/shirou/gopsutil Requirements ----------------- -- go1.5 or above is required. +- go1.7 or above is required. More Info