Browse Source

Update go to 1.2rc2 (and correct README.md)

Travis Cline 11 years ago
parent
commit
c89affe503
3 changed files with 4 additions and 4 deletions
  1. 1 1
      go/README.md
  2. 2 2
      toolset/setup/linux/installer.py
  3. 1 1
      toolset/setup/windows/installer.ps1

+ 1 - 1
go/README.md

@@ -7,7 +7,7 @@ This is the go portion of a [benchmarking test suite](../) comparing a variety o
 
 ## Versions
 
-* [Go 1.1beta2](http://golang.org/)
+* [Go 1.2rc2](http://golang.org/)
 
 ## Test URLs
 

+ 2 - 2
toolset/setup/linux/installer.py

@@ -118,8 +118,8 @@ class Installer:
     # go
     #
 
-    self.__download("http://go.googlecode.com/files/go1.1.1.linux-amd64.tar.gz");
-    self.__run_command("tar xzf go1.1.1.linux-amd64.tar.gz")
+    self.__download("http://go.googlecode.com/files/go1.2rc2.linux-amd64.tar.gz");
+    self.__run_command("tar xzf go1.2rc2.linux-amd64.tar.gz")
 
     #
     # Perl

+ 1 - 1
toolset/setup/windows/installer.ps1

@@ -9,7 +9,7 @@ $python_installer_path    = "2.7.5/$python_installer_file"
 $python_version           = "27"
 $wincache_installer_file  = "wincache-1.3.4-5.4-nts-vc9-x86.exe"
 $wincache_installer_path  = "wincache-1.3.4/$wincache_installer_file"
-$go_installer_file        = "go1.1.1.windows-amd64.msi"
+$go_installer_file        = "go1.2rc2.windows-amd64.msi"
 $jre_installer_file       = "jre-7u25-windows-x64.exe"
 $jdk_installer_file       = "jdk-7u45-windows-x64.exe"
 $jdk_master_hash          = "943527ed9111cbb746d4ab2bb2c31cd6"