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