From b2d913cc216936a48af716ee1d0d25ce2c94472b Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Mon, 29 Oct 2018 08:26:20 +0100 Subject: [PATCH] Bump Go versions and use '.x' to always get latest patch versions (#724) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27418584..2d5cc98a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.11" + - "1.11.x" after_success: - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash