diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 5f64fe4f..1e59c02c 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-9-release-golang-1.21-openshift-4.17 + tag: rhel-9-release-golang-1.22-openshift-4.17 diff --git a/Dockerfile.openshift.rhel7 b/Dockerfile.openshift.rhel7 index 5a909d74..5f04d36a 100644 --- a/Dockerfile.openshift.rhel7 +++ b/Dockerfile.openshift.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.17 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder WORKDIR /go/src/github.com/kubernetes-csi/livenessprobe COPY . . RUN make build diff --git a/go.mod b/go.mod index 1e1128d1..9e4a066a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubernetes-csi/livenessprobe -go 1.21 +go 1.22 require ( github.com/container-storage-interface/spec v1.9.0