Updated go version to 1.14

This commit is contained in:
adragusin
2020-03-09 11:15:06 +02:00
committed by Dan Christian Bogos
parent 197689c63c
commit b31d32e466
9 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.13
- 1.14
script: go test -v ./...

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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
::

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/cgrates/cgrates
go 1.13
go 1.14
// replace github.com/cgrates/radigo => /home/dan/go/src/github.com/cgrates/radigo
// replace github.com/cgrates/rpcclient => ../rpcclient