terra-farm / terraform-provider-virtualbox

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

Use latest version of Go in Travis CI. #37

Closed VoyTechnology closed 5 years ago

VoyTechnology commented 5 years ago

Update to version 1.11.4 of Go. I think for safety its better to keep the version locked to a specific one. This just means the version has to be periodically updated.

This is also a requirement to use Go modules in the future (go.mod added in #36)