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 <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-11-12 12:08:40 +05:30 committed by mergify[bot]
parent f9530e961b
commit b134bf7eda

View File

@ -16,7 +16,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v17
CEPH_VERSION=quincy CEPH_VERSION=quincy
# standard Golang options # standard Golang options
GOLANG_VERSION=1.18.5 GOLANG_VERSION=1.18.8
GO111MODULE=on GO111MODULE=on
# commitlint version # commitlint version