build: update golang to 1.19.5

update golang version to 1.19.5 which
is recent release of 1.19

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2023-02-02 13:46:21 +01:00 committed by mergify[bot]
parent 00b94da38a
commit 8ccf6a805d

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.8 GOLANG_VERSION=1.19.5
GO111MODULE=on GO111MODULE=on
# commitlint version # commitlint version