coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

travis,functional: add go 1.7 and exclude ./gopath #1663

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

First, for travis, add go 1.7 to the list of required go compiler versions. Now that go 1.7 was released, the list of required go compiler versions should also include go 1.7. Also in functional tests, install go 1.7 instead of 1.6.3.

And also exclude ./gopath also from the list for checking license headers.

jonboulle commented 7 years ago

lgtm