From 93368f517fa12cede5eaaaab99e53210377bfa5f Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Sun, 3 Oct 2021 01:20:44 +0200 Subject: [PATCH] travis.yml: Bump Go to 1.16 This is required for updated install script to work properly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 285b81e5d..0b59e7a86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ _addons: &addon_conf - gcc-7-multilib go: - - "1.12" + - "1.16" git: depth: false