Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <niryadav@redhat.com>
black-dragon74 authored and nixpanic committed Aug 22, 2024
1 parent b044363 commit 1834db3
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

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
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
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1834db3

Please sign in to comment.