From 66cecff4596dbc9b11bcc5beb337ab3c8f4d3d65 Mon Sep 17 00:00:00 2001 From: Jaume Marhuenda Date: Sat, 7 Mar 2020 11:27:53 -0800 Subject: [PATCH] support go1.14 (#83) --- .travis.yml | 2 +- scripts/integration.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 170a1ca..c1ea4a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ services: - docker go: - - "1.11" - "1.12" - "1.13" + - "1.14" branches: only: diff --git a/scripts/integration.sh b/scripts/integration.sh index a45daba..12632ac 100644 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -33,7 +33,7 @@ function install_deps() { cd .. fi pushd dhive - git reset --hard 91e046ded668cf97dc845cb280aa2d12a9709293 + git reset --hard 750e11b9c07d79d97aea1e182ef12965fc4e922d sed -i.bak 's/python3/python3.6/g' ./Makefile python3.6 -m pip install --user -r requirements.txt