Skip to content

Commit

Permalink
Update golang version to 1.15.3 (#1518)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Seriani <[email protected]>
  • Loading branch information
ricardoseriani authored and svpernova09 committed Oct 20, 2020
1 parent c7c173d commit 4c0037e
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 @@ -20,7 +20,7 @@ touch /home/$WSL_USER_NAME/.homestead-features/golang
chown -Rf $WSL_USER_NAME:$WSL_USER_GROUP /home/$WSL_USER_NAME/.homestead-features
# Install Golang

golangVersion="1.15.2"
golangVersion="1.15.3"
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 4c0037e

Please sign in to comment.