mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Starts switch to Go 1.6.
This commit is contained in:
parent
aed82bf7d7
commit
a8f8d63460
@ -1,6 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -5,7 +5,7 @@
|
|||||||
VAGRANTFILE_API_VERSION = '2'
|
VAGRANTFILE_API_VERSION = '2'
|
||||||
|
|
||||||
@script = <<SCRIPT
|
@script = <<SCRIPT
|
||||||
GOVERSION="1.5.3"
|
GOVERSION="1.6"
|
||||||
SRCROOT="/opt/go"
|
SRCROOT="/opt/go"
|
||||||
SRCPATH="/opt/gopath"
|
SRCPATH="/opt/gopath"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user