1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 14:26:11 -04:00

rollback to 1.10.4

This commit is contained in:
Darien Raymond 2018-08-25 16:09:59 +02:00
parent 0c8551ea6b
commit 83061513e8
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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