mjm-upgrade-govmomi Adopt cluster.MoveInto for checking hosts in and out

Now that this method is merged into govmomi master, we can upgrade our
version and adopt it.

Matt Moriarity avatar Matt Moriarity

Push event #30.1 passed

  • Ran for
AMD64
Go: 1.8
Git
language: go
go: 1.8
install:
- make prereqs
- make deps
script:
- make build
- make test
Build Config
{
  "go": [
    "1.8"
  ],
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "script": [
    "make build",
    "make test"
  ],
  "install": [
    "make prereqs",
    "make deps"
  ],
  "language": "go"
}