How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "joelhandwell/golang"
  config.vm.box_version = "1.9.3"
end
vagrant init joelhandwell/golang \
  --box-version 1.9.3
vagrant up

This version was created over 6 years ago.

based on joelhandwell/ubuntu_xenial64_vbguest installed Golang version 1.9.3 from binary

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (583 MB)