mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update install documentation with go version 1.15
This commit is contained in:
committed by
Dan Christian Bogos
parent
4cd252f027
commit
5932a16383
@@ -123,14 +123,14 @@ Install GO Lang
|
||||
|
||||
First we have to setup the GO Lang to our OS. Feel free to download
|
||||
the latest GO binary release from https://golang.org/dl/
|
||||
In this Tutorial we are going to install Go 1.14.2
|
||||
In this Tutorial we are going to install Go 1.15
|
||||
|
||||
::
|
||||
|
||||
sudo rm -rf /usr/local/go
|
||||
cd /tmp
|
||||
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
|
||||
sudo tar -xvf go1.14.2.linux-amd64.tar.gz -C /usr/local/
|
||||
wget https://golang.org/dl/go1.15.linux-amd64.tar.gz
|
||||
sudo tar -xvf go1.15.linux-amd64.tar.gz -C /usr/local/
|
||||
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user