Skip to content

Commit

Permalink
Use Go 1.6 in Vagrant machine
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Mar 11, 2016
1 parent 877873e commit b315c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

GO_ARCHIVE = "go1.4.2.linux-amd64.tar.gz"
GO_ARCHIVE = "go1.6.linux-amd64.tar.gz"

Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
Expand Down

0 comments on commit b315c5e

Please sign in to comment.