Skip to content

Commit

Permalink
Merge pull request #188 from diptanu/master
Browse files Browse the repository at this point in the history
Upgrading to Go 1.5.1 for building Nomad in developer VM
  • Loading branch information
dadgar committed Oct 1, 2015
2 parents 8d9e54b + 3851c08 commit b430142
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 @@ -19,8 +19,8 @@ ARCH=`uname -m | sed 's|i686|386|' | sed 's|x86_64|amd64|'`
# Install Go
cd /tmp
wget -q https://storage.googleapis.com/golang/go1.4.2.linux-${ARCH}.tar.gz
tar -xf go1.4.2.linux-${ARCH}.tar.gz
wget -q https://storage.googleapis.com/golang/go1.5.1.linux-${ARCH}.tar.gz
tar -xf go1.5.1.linux-${ARCH}.tar.gz
sudo mv go $SRCROOT
sudo chmod 775 $SRCROOT
sudo chown vagrant:vagrant $SRCROOT
Expand Down

0 comments on commit b430142

Please sign in to comment.