From c9efe546728f2a0bf731c736e01556b412120640 Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Thu, 7 Jan 2021 19:57:37 +0100 Subject: [PATCH] Switch to Bionic image for Travis. Use Go 1.10 and upwards. Go 1.9 is well over 3yo. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83ab894..aa107ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ language: go -dist: trusty +dist: bionic go: - - 1.7.x - - 1.8.x - - 1.9.x - 1.10.x + - 1.11.x + - 1.12.x + - 1.13.x + - 1.14.x + - 1.15.x - tip addons: