Skip to content

Commit

Permalink
Update golang to 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed May 15, 2019
1 parent 7b8237f commit 6eef9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apt-get install -y \
nmap
usermod -aG docker vagrant

curl -LSs https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz | tar -C /usr/local -xz
curl -LSs https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz | tar -C /usr/local -xz
cat > /home/vagrant/.bash_aliases <<'EOF'
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
Expand Down

0 comments on commit 6eef9bd

Please sign in to comment.