From f7ef846d679b48af9d68175ae487aa24d604747f Mon Sep 17 00:00:00 2001
From: Cassiano Aquino <cassianoaquino@me.com>
Date: Wed, 2 Oct 2019 16:46:22 +0100
Subject: [PATCH] try adding golang to apt

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b7167a6..98f2dd2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ cache:
 
 before_script:
 - sudo apt-get -y update
-- sudo apt-get -y install qemu-user-static binfmt-support qemu kpartx
+- sudo apt-get -y install qemu-user-static binfmt-support qemu kpartx golang
 - sudo update-binfmts --display
 
 script: