Skip to content

Commit

Permalink
Let's use 1.6 instead of 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
darron committed Mar 9, 2016
1 parent 6311226 commit 9cad75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"

config.vm.provision "shell", inline: <<-SHELL
curl -sf -o /tmp/go1.5.3.linux-amd64.tar.gz -L https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
sudo mkdir -p /opt && cd /opt && sudo tar xfz /tmp/go1.5.3.linux-amd64.tar.gz && rm -f /tmp/go1.5.3.linux-amd64.tar.gz
curl -sf -o /tmp/go1.6.linux-amd64.tar.gz -L https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz
sudo mkdir -p /opt && cd /opt && sudo tar xfz /tmp/go1.6.linux-amd64.tar.gz && rm -f /tmp/go1.6.linux-amd64.tar.gz
curl -s https://packagecloud.io/install/repositories/darron/consul/script.deb.sh | sudo bash
sudo apt-get install -y consul git make graphviz dnsmasq
sudo mkdir -p /var/log/dnsmasq /etc/consul.d /var/lib/consul /var/log/consul
Expand Down

0 comments on commit 9cad75a

Please sign in to comment.