Browse Source

Update Go to version 1.1.1 (Linux)

Julien Schmidt 12 years ago
parent
commit
c9f90fd293
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

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