Skip to content

Commit

Permalink
build: Update go version to 1.22.5 for submodules
Browse files Browse the repository at this point in the history
This patch updates the submodules api and retest to
use the go version 1.22.5

Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 authored and mergify[bot] committed Aug 22, 2024
1 parent b044363 commit e19c289
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/retest/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion actions/retest/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e19c289

Please sign in to comment.