From 0339df2b02c3856106335b32e3c72810464b00de Mon Sep 17 00:00:00 2001 From: Mudit Agarwal Date: Fri, 8 Jan 2021 16:29:10 +0530 Subject: [PATCH] rebase: update golang version to v1.15.5 To fix math/big CVE, this version of golang has the fix for this vulnerability. Signed-off-by: Mudit Agarwal --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index b4381833b..97fb7fc63 100644 --- a/build.env +++ b/build.env @@ -16,7 +16,7 @@ BASE_IMAGE=docker.io/ceph/ceph:v15 CEPH_VERSION=nautilus # standard Golang options -GOLANG_VERSION=1.15 +GOLANG_VERSION=1.15.5 GO111MODULE=on # static checks and linters