From e6ca0933acec4a998a7a7643bfa74d7a5c58043f Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Mon, 20 May 2019 13:50:20 -0700 Subject: [PATCH] Bump go requirement to 1.11 The usage of RSA that allows for keys of any sizes requires go 1.11 to work. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec432a799..0772ca5f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ _addons: &addon_conf - gcc-7-multilib go: - - "1.10" + - "1.11" git: depth: false