# HG changeset patch # User Mikael Berthe # Date 1523134509 -7200 # Node ID 6b776bd4bbf2847b49366376d2f6931f5ea6aa23 # Parent 1cde13306e8ffc4bf9e16e65cff052105c6e688d Mention Go v1.8+ is required Remove Travis test with Go 1.7. diff -r 1cde13306e8f -r 6b776bd4bbf2 .travis.yml --- a/.travis.yml Sat Apr 07 22:52:02 2018 +0200 +++ b/.travis.yml Sat Apr 07 22:55:09 2018 +0200 @@ -1,6 +1,5 @@ language: go go: -- "1.7" - "1.8" - "1.9" - "1.10" diff -r 1cde13306e8f -r 6b776bd4bbf2 README.md --- a/README.md Sat Apr 07 22:52:02 2018 +0200 +++ b/README.md Sat Apr 07 22:55:09 2018 +0200 @@ -20,7 +20,7 @@ generate puzzles. I haven't written the tool documentation yet. -To build the gotak CLI utility, you can use +To build the gotak CLI utility, you can use the following command (with Go 1.8+): ``` go get github.com/takuzu/gotak