mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
6de74c60a4
* Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. * Fixes unit tests in a better manner by closing the client connection on errors. We traced through and realized that https://github.com/golang/go/issues/15709 causes the output from the client to get buffered, which cuts off the alert feedback due to the flush() call getting bypassed by the error return.
14 lines
94 B
YAML
14 lines
94 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7.3
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- make ci
|
|
|
|
sudo: false
|