mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Bump go version from 1.20.5 to 1.20.6
This commit is contained in:
committed by
Dan Christian Bogos
parent
f3faaf2426
commit
553508d1ff
@@ -3,7 +3,7 @@
|
||||
package_manager: apt
|
||||
|
||||
# Go version to install
|
||||
golang_version: 1.20.5
|
||||
golang_version: 1.20.6
|
||||
|
||||
# Expected go version output
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
@@ -26,4 +26,4 @@ golang_install_dir: /usr/local/go
|
||||
# Go dependencies
|
||||
go_dependencies:
|
||||
- curl
|
||||
- tar
|
||||
- tar
|
||||
|
||||
@@ -106,8 +106,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.20.5.linux-amd64.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz
|
||||
wget https://go.dev/dl/go1.20.6.linux-amd64.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.20.6.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
|
||||
Installation:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Define global variables
|
||||
%global version 0.11.0~dev
|
||||
%global go_version 1.20.5
|
||||
%global go_version 1.20.6
|
||||
|
||||
# Define system paths
|
||||
%define debug_package %{nil}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Define global variables
|
||||
%global version 0.11.0~dev
|
||||
%global go_version 1.20.5
|
||||
%global go_version 1.20.6
|
||||
%global git_commit %(echo $gitLastCommit)
|
||||
%global releaseTag %(echo $rpmTag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user