File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN make install-frontend
1111COPY web/ web/
1212RUN make build-frontend
1313
14- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22 -openshift-4.17 as go-builder
14+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24 -openshift-4.20 as go-builder
1515
1616WORKDIR /opt/app-root
1717
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN make install-frontend-ci
1212COPY web/ web/
1313RUN make build-frontend
1414
15- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as go-builder
15+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as go-builder
1616
1717WORKDIR /opt/app-root
1818
Original file line number Diff line number Diff line change 11module github.com/openshift/troubleshooting-panel-console-plugin
22
3- go 1.22.1
3+ go 1.24
44
55require (
66 github.com/evanphx/json-patch v0.5.2
You can’t perform that action at this time.
0 commit comments