From e442cf30a8aa1b961a1af45856b13f281ea49b19 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 9 Sep 2019 13:10:58 +0200 Subject: [PATCH] Add Go 1.13 to the tested version in the travis build file (#350) Signed-off-by: Cosmin Cojocar --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 607fc05..26bb6d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - "1.11.x" - "1.12.x" + - "1.13.x" - tip install: