瀏覽代碼

Update install.sh

kxjhlele 9 年之前
父節點
當前提交
149ee15d30
共有 1 個文件被更改,包括 2 次插入2 次删除
  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}