From 4ee7c0fca3a947434fca5f16006415c554a51940 Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Sun, 28 Oct 2018 16:16:32 +0100 Subject: [PATCH] Bump Go versions and use '.x' to always get latest patch versions --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c3fd435..2860be22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go: - - "1.8" - - "1.9" - - "1.10" - - "1.11" + - "1.8.x" + - "1.9.x" + - "1.10.x" + - "1.11.x" install: - go get golang.org/x/crypto/blowfish - go get golang.org/x/crypto/cast5