Update Golang tarball version.

pull/861/head
Ariselia 2018-02-11 18:15:51 +08:00 committed by GitHub
parent 693c9bda49
commit 684d8620d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}