From 61154123b8242a548414a64d88a58b887667530a Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Mon, 2 Dec 2019 14:00:26 -0500 Subject: [PATCH] tests: update travis-ci go versions - up to 1.13 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93dcd9ba9..2afc218b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: go go: + # test with the two most recent Go versions + # and with the minimum supported Go version - 1.9.x - - 1.10.x - - 1.11.x + - 1.12.x + - 1.13.x env: - GOARCH=amd64 - GOARCH=386