Browse Source

Update Golang tarball version.

Ariselia 7 years ago
parent
commit
684d8620d6
1 changed files with 2 additions and 2 deletions
  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.8.3.linux-amd64.tar.gz
-GO_X86=https://storage.googleapis.com/golang/go1.8.3.linux-386.tar.gz
+GO_AMD64=https://storage.googleapis.com/golang/go1.9.4.linux-amd64.tar.gz
+GO_X86=https://storage.googleapis.com/golang/go1.9.4.linux-386.tar.gz
 ARCH=$(uname -m)
 GO_CUR=${GO_AMD64}