From 680d8b840846a97b3bb57ec01a1acad0fdc17a23 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 (cherry picked from commit 0339df2b02c3856106335b32e3c72810464b00de) --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 086af2ad3..e91cd8fa5 100644 --- a/build.env +++ b/build.env @@ -17,7 +17,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