Browse Source

Update go version to 1.8 (#2573)

Go 1.8 is out. So let's use it in benchmarks.
Aliaksandr Valialkin 8 years ago
parent
commit
2623eae713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/go.sh

+ 1 - 1
toolset/setup/linux/languages/go.sh

@@ -2,7 +2,7 @@
 
 fw_installed go && return 0
 
-VERSION=1.7
+VERSION=1.8
 GOROOT=$IROOT/go
 
 fw_get -O https://storage.googleapis.com/golang/go$VERSION.linux-amd64.tar.gz