Skip to content

Commit

Permalink
Merge pull request #179 from ricardoseriani/update-golang-version-to-…
Browse files Browse the repository at this point in the history
…1.11.2

Update golang version to 1.11.2
  • Loading branch information
taylorotwell authored Nov 3, 2018
2 parents 4df783e + ffeeb72 commit ad24fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ chown vagrant:vagrant /home/vagrant/.zshrc

# Install Golang

golangVersion="1.11.1"
golangVersion="1.11.2"
wget https://dl.google.com/go/go${golangVersion}.linux-amd64.tar.gz -O golang.tar.gz
tar -C /usr/local -xzf golang.tar.gz
printf "\nPATH=\"/usr/local/go/bin:\$PATH\"\n" | tee -a /home/vagrant/.profile
Expand Down

0 comments on commit ad24fcb

Please sign in to comment.