mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Bump go version (1.22.5 -> 1.23.2)
needed for io.CopyFS function
This commit is contained in:
committed by
Dan Christian Bogos
parent
b05ed15f25
commit
ab02a8a8dd
@@ -145,8 +145,8 @@ To install the latest Go version at the time of writing this documentation, run:
|
||||
# sudo dnf install -y wget tar for .rpm distros
|
||||
sudo rm -rf /usr/local/go
|
||||
cd /tmp
|
||||
wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz
|
||||
wget https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
|
||||
Installation:
|
||||
@@ -277,4 +277,4 @@ Sample usage for MySQL:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
cgr-migrator -stordb_passwd="CGRateS.org" -exec="*set_versions"
|
||||
cgr-migrator -stordb_passwd="CGRateS.org" -exec="*set_versions"
|
||||
|
||||
Reference in New Issue
Block a user