I have a golang 1.11.x build configured for one of my projects. Today this happened:
$ GIMME_OUTPUT="$(gimme 1.11.x | tee -a ${TRAVIS_HOME}/.bashrc)" && eval "$GIMME_OUTPUT"
gimme: given '1.11.x' but no release for '1.11' found
....
$ go version
go version go1.7.4 linux/amd64
Full build log at https://travis-ci.org/firebase/firebase-admin-go/jobs/468142440