1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

Use Golang 1.6

This commit is contained in:
v2ray 2016-02-18 10:17:40 +01:00
parent 5602f6dca5
commit 4f85f04161
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.5.2
- 1.6
before_install:
- go get golang.org/x/tools/cmd/cover

View File

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