mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Updated go version to 1.14
This commit is contained in:
committed by
Dan Christian Bogos
parent
ca0b7af14e
commit
d45b7c2172
@@ -1,7 +1,7 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.13
|
||||
- 1.14
|
||||
|
||||
script: go test -v ./...
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
##################### Golang Vars #############################
|
||||
###############################################################
|
||||
# Go language SDK version number
|
||||
golang_version: '1.13'
|
||||
golang_version: '1.14'
|
||||
go_version_target: "go version go{{ golang_version }} linux/amd64"
|
||||
# Mirror to download the Go language SDK redistributable package from
|
||||
golang_mirror: 'https://storage.googleapis.com/golang'
|
||||
|
||||
@@ -108,7 +108,7 @@ As a side note on http://pkg.cgrates.org one can find an entire archive of CGRat
|
||||
3.2. Using source
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
For developing CGRateS and switching between its versions, we are using the **new go mods feature** introduced in go 1.13.
|
||||
For developing CGRateS and switching between its versions, we are using the **new go mods feature** introduced in go 1.14.
|
||||
|
||||
|
||||
3.2.1 Install GO Lang
|
||||
@@ -116,7 +116,7 @@ For developing CGRateS and switching between its versions, we are using the **ne
|
||||
|
||||
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.13
|
||||
In this Tutorial we are going to install Go 1.14
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user