We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b392d64 commit 2158144Copy full SHA for 2158144
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.21-openshift-4.17
+ tag: rhel-9-release-golang-1.22-openshift-4.17
go.mod
@@ -1,6 +1,6 @@
module github.com/openshift/sdn
-go 1.21
+go 1.22
5
require (
6
github.com/containernetworking/cni v0.8.1
images/kube-proxy/Dockerfile.rhel
-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/openshift/sdn
COPY . .
RUN make build --warn-undefined-variables
0 commit comments