machine-drivers / docker-machine-driver-vmware

Docker machine driver for VMware Fusion and Workstation.
https://www.vmware.com/products/personal-desktop-virtualization.html
Apache License 2.0
184 stars 47 forks source link

Compatibility with future Go versions #33

Closed Bo98 closed 3 years ago

Bo98 commented 3 years ago

Just a heads up that Go 1.17 (and the just-released 1.16 without first changing GO111MODULE) won't support builds that aren't in module-aware mode.

I'm not sure what the status of this project is (along with the other docker-machine-driver-* projects). Is there any plans to migrate to Go modules?

https://blog.golang.org/go116-module-changes

mikeroySoft commented 3 years ago

I've merged in the PR (#32) for supporting modules, so this should be addressed now... I haven't cut another "release" yet as I still want to pull in the other PR that's sitting there (the Workstation team made that change in the one we ship inside Workstation itself), and I want to move a few other things around to tidy up the repo first, but I should have that done mid-next week.