Fix integer to string conversion 53/6853/2
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 13 Oct 2021 18:57:25 +0000 (21:57 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 13 Oct 2021 20:12:10 +0000 (23:12 +0300)
commit19a86aa9cc884691eeeb5c0b05dc5f5c70f8a6e4
tree5b6d0c345e846874533906fb9279fc6e105a2284
parent56ebd5ecd345c12a5a4e44423fd3f6753aa5471d
Fix integer to string conversion

Nodeb-rnib unit tests were failing due to illegal integer to string
conversion, when unit tests were tried to run with Golang 1.6 version.
There has been made some updates to string conversion function in
newer Golang version, because string conversion passes with Golang
1.12. With this commit change problematic string() conversion function
to strconv.FormatInt(), which works both with the Golang 1.12 and also
newer versions.

Update also ca-certificates, because they are out-dated in the Ubuntu
18 Docker builder base image.

Fix ci/build export directory creation in Docker image, it should be
created under root directory, not under /tmp directory.

Bump sdlgo version to v0.8.0.

Issue-Id: RIC-836

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I6e0bad9defd953b286d1e645d543ebf68b4475bf
ci/Dockerfile
ci/build.sh
creader/go.mod
creader/go.sum
reader/go.mod
reader/rNibReaderDeprecated_test.go
reader/rNibReader_test.go