terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
324 stars 136 forks source link

WIP: Use go modules for CI. #46

Closed VoyTechnology closed 5 years ago

VoyTechnology commented 5 years ago

This should reduce the build time, as dep ensure takes an absurdly long time.

VoyTechnology commented 5 years ago

Sorry, this is a bit experimental and I need to occupy the CI a bit to make it work, but it should have positive impact overall on the build time. dep ensure takes around 100s to complete, so if we can get that down, its a good step.

VoyTechnology commented 5 years ago

I am abandoning this PR for now that high of a priority.

VoyTechnology commented 5 years ago

My bad. Wrong PR....

VoyTechnology commented 5 years ago

Actually, sorry for any of those who get notifications... closing in favour of #43 - it makes more sense to do it at once rather than splitting it into two and synchronizing again.