Skip to content

Commit bc5943c

Browse files
Merge pull request #512 from zhuje/go1.24
OU-675: Update UIPlugins to golang 1.24
2 parents 9a7a190 + 0eed26c commit bc5943c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN make install-frontend
1313
COPY web/ web/
1414
RUN make build-frontend
1515

16-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as go-builder
16+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 as go-builder
1717

1818
WORKDIR /opt/app-root
1919

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN make build-frontend
1616
# Almost all images from Red Hat are still on go1.21, however I found one that the cne team has
1717
# created. Once official Red Hat images are available for local development and pulling this
1818
# should be updated
19-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 as go-builder
19+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 as go-builder
2020

2121
WORKDIR /opt/app-root
2222

Dockerfile.dev-mcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1919
RUN make install-frontend
2020
RUN make build-frontend
2121

22-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 as go-builder
22+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 as go-builder
2323

2424
WORKDIR /opt/app-root
2525

Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN make update-plugin-name
1616
ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1717
RUN make build-frontend
1818

19-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as go-builder
19+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as go-builder
2020

2121
WORKDIR /opt/app-root
2222

Dockerfile.mcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1919
RUN make install-frontend
2020
RUN make build-frontend
2121

22-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as go-builder
22+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 as go-builder
2323

2424
WORKDIR /opt/app-root
2525

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/monitoring-plugin
22

3-
go 1.22.0
3+
go 1.24.0
44

55
require (
66
github.com/evanphx/json-patch v4.12.0+incompatible

0 commit comments

Comments
 (0)