Meridio: Update to Golang 1.19
[infra/tools.git] / infra / jenkins / slave-setup / nordix-nsm-build-server / configure-image-ubuntu1804.sh
index 038ed47433ebcbffb7e4c99745f5b40385e0df77..5eca2cad8f7ee19b907e31c105d16cb0aaf759bf 100644 (file)
@@ -36,11 +36,11 @@ sudo rm -rf /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt
 sudo update-ca-certificates --fresh --verbose
 
 # set versions of various things for NSM for visibility and ease of maintenance
-DOCKER_CE_VERSION="5:20.10.5~3-0~ubuntu-bionic"
-DOCKER_CE_CLI_VERSION="5:20.10.5~3-0~ubuntu-bionic"
-CONTAINERD_IO_VERSION="1.4.4-1"
-GO_VERSION="1.16.4"
-GO_LINT_VERSION="1.39.0"
+DOCKER_CE_VERSION="5:20.10.17~3-0~ubuntu-bionic"
+DOCKER_CE_CLI_VERSION="5:20.10.17~3-0~ubuntu-bionic"
+CONTAINERD_IO_VERSION="1.6.6-1"
+GO_VERSION="1.19"
+GO_LINT_VERSION="1.47.2"
 FOSSA_CLI_VERSION="1.1.7"
 
 # install docker-ce, docker-ce-cli, containerd.io and mark them hold