From f36d7eb9ccc6a1fc889b3565d4b1e00bf72d062b Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Sun, 28 Oct 2018 16:25:05 +0100 Subject: [PATCH] travisci: Bump Go versions and use '.x' to always get latest patch versions (#281) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3286b1b..a37f847 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ notifications: language: go go: - - 1.11 + - 1.x env: - CGO_ENABLED=0 GO111MODULE=on