Skip to content

Commit 208fa43

Browse files
authored
[release-v1.17] Bump to go 1.23 (#284)
* Bump to go 1.23 * Remove image-builder-fmt dockerfile arg to fall back to default
1 parent bc5c35e commit 208fa43

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module knative.dev/backstage-plugins
22

3-
go 1.22.7
3+
go 1.23
44

55
require (
66
github.com/getkin/kin-openapi v0.128.0

openshift/ci-operator/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM registry.ci.openshift.org/ocp/4.17:cli-artifacts as tools
44

55
# Dockerfile to bootstrap build and test in openshift-ci
6-
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17 as builder
6+
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19 as builder
77

88
ARG TARGETARCH
99

openshift/ci-operator/knative-images/eventmesh/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT! Generated Dockerfile for backends/cmd/eventmesh.
2-
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-4.17
2+
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19
33
ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
44

55
FROM $GO_BUILDER as builder

openshift/generate.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ GOFLAGS='' go install github.com/openshift-knative/hack/cmd/generate@latest
99

1010
$(go env GOPATH)/bin/generate \
1111
--root-dir "${repo_root_dir}" \
12-
--generators dockerfile \
13-
--dockerfile-image-builder-fmt "registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%s-openshift-4.17"
12+
--generators dockerfile

0 commit comments

Comments
 (0)