Explorar o código

Update install.sh

kxjhlele %!s(int64=9) %!d(string=hai) anos
pai
achega
149ee15d30
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      release/install.sh

+ 2 - 2
release/install.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
-GO_AMD64=https://storage.googleapis.com/golang/go1.6.1.linux-amd64.tar.gz
-GO_X86=https://storage.googleapis.com/golang/go1.6.1.linux-386.tar.gz
+GO_AMD64=https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz
+GO_X86=https://storage.googleapis.com/golang/go1.6.2.linux-386.tar.gz
 ARCH=$(uname -m)
 GO_CUR=${GO_AMD64}