Skip to content
Snippets Groups Projects
Commit aa5e7600 authored by apolcyn's avatar apolcyn Committed by GitHub
Browse files

Merge pull request #9894 from apolcyn/update_go_bm

update go to 1.8 on benchmarks
parents 7d729b13 08ad5652
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment