From 9480a5013b4b311440cf7cab343b0ef535338609 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 11 Jun 2018 17:11:40 +0900 Subject: [PATCH] Update required Go version There was an update to 1.10 that changed coverage tests, so you can use `-coverprofile` with multiple packages. https://github.com/golang/go/issues/6909 I had 1.9.x on my system so cover didn't work but passed in CI, where we were using 1.10.x -- so update that assumption here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43475461a..47e287fc9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is the seed for CircleCI's new command-line application. ## Requirements -* Go 1.9+ +* Go 1.10+ * Make * ...