Skip to content

Commit 15f493b

Browse files
committed
update to go v1.24
1 parent 37d45f4 commit 15f493b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN make install-frontend
1111
COPY web/ web/
1212
RUN 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

1616
WORKDIR /opt/app-root
1717

Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN make install-frontend-ci
1212
COPY web/ web/
1313
RUN 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

1717
WORKDIR /opt/app-root
1818

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/troubleshooting-panel-console-plugin
22

3-
go 1.22.1
3+
go 1.24
44

55
require (
66
github.com/evanphx/json-patch v0.5.2

0 commit comments

Comments
 (0)