From ca1885cf1df1dce3dbc8120f5441b68d35ca46b2 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 16 Feb 2018 15:28:08 -0800 Subject: [PATCH] tools/functional-tester: use Go 1.10 Signed-off-by: Gyuho Lee --- tools/functional-tester/scripts/docker-local-agent.sh | 2 +- tools/functional-tester/scripts/docker-local-tester.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/functional-tester/scripts/docker-local-agent.sh b/tools/functional-tester/scripts/docker-local-agent.sh index 9bb1a18a6..f72f6620b 100755 --- a/tools/functional-tester/scripts/docker-local-agent.sh +++ b/tools/functional-tester/scripts/docker-local-agent.sh @@ -13,7 +13,7 @@ if ! [[ "${0}" =~ "scripts/docker-local-agent.sh" ]]; then fi if [[ -z "${GO_VERSION}" ]]; then - GO_VERSION=1.9.4 + GO_VERSION=1.10 fi echo "Running with GO_VERSION:" ${GO_VERSION} diff --git a/tools/functional-tester/scripts/docker-local-tester.sh b/tools/functional-tester/scripts/docker-local-tester.sh index 9007bdb0f..a73f2e54f 100755 --- a/tools/functional-tester/scripts/docker-local-tester.sh +++ b/tools/functional-tester/scripts/docker-local-tester.sh @@ -3,8 +3,8 @@ <