From b134bf7edafad9a50da82aaeb814f00820d5c812 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Sat, 12 Nov 2022 12:08:40 +0530 Subject: [PATCH] build: update golang version to 1.18.8 the latest 1.18 version of go binary is 1.18.8 and this commit update the package to the latest. Signed-off-by: Humble Chirammal --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 6fe139fba..4db5073b3 100644 --- a/build.env +++ b/build.env @@ -16,7 +16,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v17 CEPH_VERSION=quincy # standard Golang options -GOLANG_VERSION=1.18.5 +GOLANG_VERSION=1.18.8 GO111MODULE=on # commitlint version