From: Stefan Junker Date: Thu, 26 May 2016 13:33:58 +0000 (+0200) Subject: travis: use go1.5.4 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=3b5d7a3bb021550c589c8baa63c75933f07b6c18;p=plugins.git travis: use go1.5.4 --- diff --git a/.travis.yml b/.travis.yml index 9f2a0c2..fb135c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ dist: trusty matrix: include: - - go: 1.5.3 + - go: 1.5.4 env: GO15VENDOREXPERIMENT=1 - go: 1.6.2 - go: tip