From 4150ca6054e136a6c99f73696a4761c5210def79 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Fri, 28 Aug 2020 22:57:35 +0200 Subject: [PATCH] Bump golang-dev-tools in Travis Update to latest available golang-dev-tools. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a538fb..da3dead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - 1.12.x install: -- curl --silent --location https://goo.gl/g1CpPX | bash -s v1.0.8 +- curl --silent --location https://goo.gl/g1CpPX | bash -s v1.3.0 script: - export GO111MODULE=on