Using the command
go get github.com/golang/glog@v1.2.4
I upgraded the glog package to version 1.2.4
Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
- Update multiarch build container to use golang:1.19 as the project is tested on 1.19
- Update the multiarch container to run Alpine 3.18
Updating to this version reduces the number of known vulnerabilities in the image
- Update go.mod to match the container version
This commit fixes the following:
- fixes the go imports to use the new loction
- setup go modules for this project
- update the docker files to use the new binary name
- update the README to use the new repo name
Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 234543e14d)