From 7f736682ff615f06d3a99dafc9e9a5480d8583c8 Mon Sep 17 00:00:00 2001 From: Hana Date: Tue, 16 Feb 2021 13:34:48 -0500 Subject: [PATCH] .travis.yml: update to go1.15 Soon this needs to be updated to go1.16 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76baa9f..f8cfc86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.14 + - 1.15 before_install: # We need Python to run pygmentize for generating HTML.