build: update golang to 1.19.8

CephCSI may be vulnerable to
https://github.com/advisories/GHSA-8v5j-pwr7-w5f8.
Update golang to 1.19.8 since it contains
fixes for mentioned CVE.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2023-04-24 11:53:25 +05:30 committed by mergify[bot]
parent 08f32b8cf2
commit 4fb13b9328

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