1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 06:25:24 +00:00

Update Golang tarball version.

This commit is contained in:
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

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}