diff --git a/.travis.yml b/.travis.yml index 6a8b3885..b7b47aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ # https://docs.travis-ci.com/user/languages/go/ language: go -go: ["1.10"] + +# Ask gimme to choose latest stable minor release of Go 1.10. +# https://github.com/travis-ci/gimme +go: ["1.10.x"]