Skip to content

Commit 5b7e430

Browse files
committed
bump(k8s): update go to 1.24
1 parent a2b3ec2 commit 5b7e430

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.22-openshift-4.18
4+
tag: rhel-9-release-golang-1.24-nofips-openshift-4.19

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openshift/oauth-apiserver
22

3-
go 1.23.0
4-
5-
toolchain go1.24.0
3+
go 1.24.0
64

75
require (
86
github.com/MakeNowJust/heredoc v1.0.0

images/Dockerfile.rhel7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-nofips-openshift-4.19 AS builder
22
WORKDIR /go/src/github.com/openshift/oauth-apiserver
33
COPY . .
44
RUN make build --warn-undefined-variables
55

6-
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77
COPY --from=builder /go/src/github.com/openshift/oauth-apiserver/oauth-apiserver /usr/bin/
88
ENTRYPOINT ["/usr/bin/oauth-apiserver"]
99
LABEL io.k8s.display-name="OpenShift OAuth API Server Command" \

0 commit comments

Comments
 (0)