Skip to content

Commit 0c234d1

Browse files
committed
Update vagrantfile
1 parent 8c20f19 commit 0c234d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VAGRANTFILE_API_VERSION = "2"
77

88
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"
9+
config.vm.box_url = "https://github.com/ivan-iver/vagrant_golang/releases/download/v0.1.2/golang.box"
1010
config.vm.box = "golangmx"
1111
config.vm.hostname = "gophers"
1212
config.vm.network "private_network", ip: "10.2.2.205"

0 commit comments

Comments
 (0)