hashicorp / go-discover

Discover nodes in cloud environments
Mozilla Public License 2.0
563 stars 123 forks source link

Fix circleci #115

Closed alvin-huang closed 4 years ago

alvin-huang commented 5 years ago

There are a couple changes I made in CircleCI:

I also ran a go mod tidy and the one addition to the go mod file came from:

go mod why -m github.com/dnaeon/go-vcr v1.0.1                                                                                                
# github.com/dnaeon/go-vcr
github.com/hashicorp/go-discover/provider/linode
github.com/linode/linodego
github.com/linode/linodego.test
github.com/dnaeon/go-vcr/recorder

# v1.0.1
(main module does not need module v1.0.1)

The K8S test failure will be resolved in #114 and I plan to rebase this at that time (or we can merge them separately since they don't touch the same files and master will end up having both this change and #114 in the end).

alvin-huang commented 4 years ago

Closing in favor of #146