From e19c28927f27383b28596370a3ae7e1585d29bee Mon Sep 17 00:00:00 2001 From: Niraj Yadav Date: Thu, 22 Aug 2024 12:34:49 +0530 Subject: [PATCH] build: Update go version to 1.22.5 for submodules This patch updates the submodules api and retest to use the go version 1.22.5 Signed-off-by: Niraj Yadav --- actions/retest/Dockerfile | 2 +- actions/retest/go.mod | 2 +- api/go.mod | 2 +- vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/retest/Dockerfile b/actions/retest/Dockerfile index f2c237af3..fe8682d6d 100644 --- a/actions/retest/Dockerfile +++ b/actions/retest/Dockerfile @@ -1,5 +1,5 @@ ARG WORK_DIR="/home/src" -ARG BASE_IMAGE="golang:1.21" +ARG BASE_IMAGE="golang:1.22" FROM ${BASE_IMAGE} as builder diff --git a/actions/retest/go.mod b/actions/retest/go.mod index 483bea4fa..64e09702a 100644 --- a/actions/retest/go.mod +++ b/actions/retest/go.mod @@ -1,6 +1,6 @@ module github.com/ceph/ceph-csi/actions/retest -go 1.18 +go 1.22.5 require ( github.com/google/go-github v17.0.0+incompatible diff --git a/api/go.mod b/api/go.mod index 048e338ab..3bef95272 100644 --- a/api/go.mod +++ b/api/go.mod @@ -1,6 +1,6 @@ module github.com/ceph/ceph-csi/api -go 1.22.0 +go 1.22.5 require ( github.com/ghodss/yaml v1.0.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index 4aea64397..fde2b7cb4 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -200,7 +200,7 @@ github.com/cenkalti/backoff/v3 ## explicit; go 1.18 github.com/cenkalti/backoff/v4 # github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000 => ./api -## explicit; go 1.22.0 +## explicit; go 1.22.5 github.com/ceph/ceph-csi/api/deploy/kubernetes github.com/ceph/ceph-csi/api/deploy/kubernetes/cephfs github.com/ceph/ceph-csi/api/deploy/kubernetes/nfs