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 @@ <