From b8b30eb6686b7d7b0c4a7a02b84618abcb2b6980 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 10 Dec 2021 10:36:19 +0530 Subject: [PATCH] rebase: update golang version to 1.17.5 This commit updates the golang to the latest available release i.e 1.17.5 Signed-off-by: Madhu Rajanna --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index d2af354e8..441140ed8 100644 --- a/build.env +++ b/build.env @@ -16,7 +16,7 @@ BASE_IMAGE=docker.io/ceph/ceph:v16 CEPH_VERSION=octopus # standard Golang options -GOLANG_VERSION=1.16.4 +GOLANG_VERSION=1.17.5 GO111MODULE=on # commitlint version