Skip to content

Commit

Permalink
Update required Go version
Browse files Browse the repository at this point in the history
There was an update to 1.10 that changed coverage tests,
so you can use `-coverprofile` with multiple packages.

golang/go#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.
  • Loading branch information
Zachary Scott committed Jun 11, 2018
1 parent 0e46b8d commit 9480a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project is the seed for CircleCI's new command-line application.

## Requirements

* Go 1.9+
* Go 1.10+
* Make
* ...

Expand Down

0 comments on commit 9480a50

Please sign in to comment.