We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c20f19 commit 0c234d1Copy full SHA for 0c234d1
Vagrantfile
@@ -6,7 +6,7 @@
6
VAGRANTFILE_API_VERSION = "2"
7
8
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
9
- config.vm.box_url = "https://github.com/ivan-iver/vagrant_golang/releases/download/v0.2/golang.box"
+ config.vm.box_url = "https://github.com/ivan-iver/vagrant_golang/releases/download/v0.1.2/golang.box"
10
config.vm.box = "golangmx"
11
config.vm.hostname = "gophers"
12
config.vm.network "private_network", ip: "10.2.2.205"
0 commit comments