From c0ddf1b830f643a995b2bc9bc4d3a5e04ce28f1d Mon Sep 17 00:00:00 2001 From: bmaupin Date: Wed, 3 Oct 2018 13:21:23 -0400 Subject: [PATCH] Test with latest patch versions of Go --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00663de..82d0738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ language: go go: # This is the latest 1.x version of Go - "1.x" - - "1.7" - - "1.8" - - "1.9" - - "1.10" - - "1.11" + - "1.7.x" + - "1.8.x" + - "1.9.x" + - "1.10.x" + - "1.11.x" # Use Go modules for dependency management (https://github.com/golang/go/wiki/Modules) env: - GO111MODULE=on