Skip to content

Commit 7f1211e

Browse files
authored
Merge pull request #3159 from shajmakh/revert-1.24-bump-4.20
Revert "infra: bump go to v1.24"
2 parents 34875cd + 4f86bd1 commit 7f1211e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

cnf-tests/.konflux/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.redhat.io/openshift4/ose-cli-rhel9:v4.20 AS oc
22

3-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS builder-stresser
3+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 AS builder-stresser
44
ENV PKG_NAME=github.com/openshift-kni/cnf-features-deploy
55
ENV PKG_PATH=/go/src/$PKG_NAME
66
ENV TESTER_PATH=$PKG_PATH/cnf-tests/pod-utils/stresser
@@ -9,7 +9,7 @@ COPY . $PKG_PATH/
99
WORKDIR $TESTER_PATH
1010
RUN go build -mod=vendor -o /stresser
1111

12-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS builder-sctptester
12+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 AS builder-sctptester
1313
ENV PKG_NAME=github.com/openshift-kni/cnf-features-deploy
1414
ENV PKG_PATH=/go/src/$PKG_NAME
1515
ENV TESTER_PATH=$PKG_PATH/cnf-tests/pod-utils/sctptester
@@ -18,7 +18,7 @@ COPY . $PKG_PATH/
1818
WORKDIR $TESTER_PATH
1919
RUN go build -mod=vendor -o /sctptest
2020

21-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS builder-hugepages-allocator
21+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 AS builder-hugepages-allocator
2222
ENV PKG_NAME=github.com/openshift-kni/cnf-features-deploy
2323
ENV PKG_PATH=/go/src/$PKG_NAME
2424
ENV TESTER_PATH=$PKG_PATH/cnf-tests/pod-utils/hugepages-allocator
@@ -27,7 +27,7 @@ COPY . $PKG_PATH/
2727
WORKDIR $TESTER_PATH
2828
RUN go build -mod=vendor -o /hugepages-allocator
2929

30-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS builder-latency-test-runners
30+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 AS builder-latency-test-runners
3131
ENV PKG_NAME=github.com/openshift-kni/cnf-features-deploy
3232
ENV PKG_PATH=/go/src/$PKG_NAME
3333
ENV TESTER_PATH=$PKG_PATH/cnf-tests/pod-utils
@@ -38,7 +38,7 @@ RUN go build -mod=vendor -o /oslat-runner oslat-runner/main.go && \
3838
go build -mod=vendor -o /cyclictest-runner cyclictest-runner/main.go && \
3939
go build -mod=vendor -o /hwlatdetect-runner hwlatdetect-runner/main.go
4040

41-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS gobuilder
41+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 AS gobuilder
4242
WORKDIR /app
4343
COPY . .
4444
RUN make test-bin

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module github.com/openshift-kni/cnf-features-deploy
77
// - openshift-ci/Dockerfile*
88
// - ztp/resource-generator/Containerfile
99
// - ztp/tools/pgt2acmpg/go.mod
10-
go 1.24
10+
go 1.23
1111

1212
require (
1313
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f

ztp/resource-generator/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.24 as builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23 as builder
33
#
44
ARG IMAGE_REF
55
USER root

ztp/tools/pgt2acmpg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/openshift-kni/cnf-features-deploy/ztp/tools/pgt2acmpg
22

33
// this should match the version in the parent go.mod
4-
go 1.24
4+
go 1.22
55

66
// Pinned to kubernetes-1.27.4
77
replace k8s.io/apimachinery => k8s.io/apimachinery v0.27.4

0 commit comments

Comments
 (0)