From f51493ad732b762d34a2773394030185f54c89a7 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Sun, 10 May 2020 13:19:27 +0200 Subject: [PATCH] ci: bump dist to bionic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5767333..9daaf54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go -dist: xenial +dist: bionic go: - "1.13"