aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2017-03-01 20:47:47 -0800
committerGravatar GitHub <noreply@github.com>2017-03-01 20:47:47 -0800
commitaa5e7600ec3d10993ec9a19287a98fd8d026c16c (patch)
tree6f5ffaf107fabdc56eaa5a687b46c74d2f3b5021 /tools
parent7d729b134e949be2503977180e3146df63678eaf (diff)
parent08ad56525bc6fae7e679a5e78c04f9ab5052f7c4 (diff)
Merge pull request #9894 from apolcyn/update_go_bm
update go to 1.8 on benchmarks
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gce/linux_performance_worker_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh
index ab29e015e0..3380f3de3e 100755
--- a/tools/gce/linux_performance_worker_init.sh
+++ b/tools/gce/linux_performance_worker_init.sh
@@ -142,7 +142,7 @@ gem install bundler
# Significant performance improvements with grpc-go have been observed after
# upgrading from go 1.5 to a later version, so a later go version is preferred.
# Following go install instructions from https://golang.org/doc/install
-GO_VERSION=1.7.1
+GO_VERSION=1.8
OS=linux
ARCH=amd64
curl -O https://storage.googleapis.com/golang/go${GO_VERSION}.${OS}-${ARCH}.tar.gz