From 1fbc0654efb5d83cfc673cd0181aa43b5778ef99 Mon Sep 17 00:00:00 2001 From: hedi bouattour Date: Mon, 21 Aug 2023 14:06:47 +0000 Subject: [PATCH] ci: update go version in ci dependencies image --- .ci/Dockerfile.depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Dockerfile.depend b/.ci/Dockerfile.depend index 612236e9..d1ca57bc 100644 --- a/.ci/Dockerfile.depend +++ b/.ci/Dockerfile.depend @@ -11,7 +11,7 @@ RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \ apt-utils wget cmake curl git -ENV GOVERSION=1.18.2 +ENV GOVERSION=1.19.12 ENV GOROOT="/root/.go" ENV GOPATH="/root/go" ENV PATH=$GOROOT/bin:$PATH