Browse Source

Use Go 1.6 for Go benchmarks

Aliaksandr Valialkin 9 years ago
parent
commit
8b11318961
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

@@ -5,7 +5,7 @@ RETCODE=$(fw_exists ${IROOT}/go.installed)
   source $IROOT/go.installed
   return 0; }
 
-VERSION=1.5.2
+VERSION=1.6
 GOROOT=$IROOT/go
 
 fw_get -O https://storage.googleapis.com/golang/go$VERSION.linux-amd64.tar.gz