From 100604fd34aa8f992b7ec90c47f773629e3b0e45 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 11 Feb 2020 21:28:42 +0100 Subject: [PATCH] travis: require Go 1.13 At this point I'm writing Go 1.13 and indeed we've seen that the code does not compile when using Go 1.13. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c75a3f9..110fc0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: -- 1.12.x +- 1.13.x dist: xenial before_script: