From be2409618392b942902de38df8f75fca49cd79a9 Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Sun, 28 Oct 2018 13:44:21 +0100 Subject: [PATCH] Bump Go versions and use '.x' to always get latest patch versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e93b2cfb..7aa6b31c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.11" + - "1.11.x" sudo: required