Explorar el Código

Revert "Use Go 1.6 for Go benchmarks"

This reverts commit d2dd8e6421b0c5f562df73af831e6639e33db1b6.

Switching to go 1.6 should be in a separate pull request.
Aliaksandr Valialkin hace 9 años
padre
commit
848fdcb8e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.6
+VERSION=1.5.2
 GOROOT=$IROOT/go
 
 fw_get -O https://storage.googleapis.com/golang/go$VERSION.linux-amd64.tar.gz