Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ART-11187] update golang to 1.23 #5677

Open
wants to merge 1 commit into
base: rhel-9-golang-1.23
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion group.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rhel-9-golang-1.22
name: rhel-9-golang-1.23

arches:
- x86_64
Expand Down
2 changes: 1 addition & 1 deletion images/openshift-golang-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV SUMMARY="RHEL9 based Go builder image for OpenShift ART" \
GOPATH=${GOPATH:-/go} \
GOMAXPROCS=8 \
GOAMD64=v2 \
VERSION="1.22" \
VERSION="1.23" \
GO_VERSION="${__doozer_version:-$VERSION}" \
GODEBUG="disablethp=1"

Expand Down
6 changes: 3 additions & 3 deletions images/openshift-golang-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ content:
dockerfile: openshift-golang-builder.Dockerfile
git:
branch:
target: rhel-9-golang-1.22
target: rhel-9-golang-1.23
url: [email protected]:openshift-eng/ocp-build-data.git
modifications:
- action: add
Expand All @@ -32,7 +32,7 @@ owners:

# for CPaaS
additional_tags:
- 'rhel_9_golang_1.22'
- 'rhel_9_1.22'
- 'rhel_9_golang_1.23'
- 'rhel_9_1.23'
maintainer:
component: Release