Skip to content

Commit

Permalink
Update golang version to 1.14.6 (#1454)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Seriani <[email protected]>
  • Loading branch information
ricardoseriani authored Jul 17, 2020
1 parent 858d320 commit 9580377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/features/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chown -Rf vagrant:vagrant /home/vagrant/.homestead-features

# Install Golang

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

0 comments on commit 9580377

Please sign in to comment.