diff --git a/aws-scripts/setup_golang.sh b/aws-scripts/setup_golang.sh index f398cae39..2c57ed8d8 100755 --- a/aws-scripts/setup_golang.sh +++ b/aws-scripts/setup_golang.sh @@ -3,6 +3,7 @@ sudo yum update -y sudo yum install -y golang +echo "now setting up go-lang paths" # GOROOT is the location where Go package is installed on your system echo "export GOROOT=/usr/lib/golang" >> $HOME/.bash_profile