Browse Source

Merge pull request #64 from bitemyapp/patch-2

Updating Go to 1.1 beta
TechEmpower 12 years ago
parent
commit
4e072be32d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -84,7 +84,7 @@ class Installer:
     # go
     # go
     #
     #
 
 
-    self.__run_command("curl http://go.googlecode.com/files/go1.0.3.linux-amd64.tar.gz | tar xvz")
+    self.__run_command("curl http://go.googlecode.com/files/go1.1beta1.linux-amd64.tar.gz | tar xvz")
 
 
     #
     #
     # php
     # php