rosa-backend-tests: update build root to Go 1.26 for Go 1.26.8 compatibility - #85501
redhat-chai-bot wants to merge 1 commit into
Conversation
…ibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Review limit reachedNext included review available in 12 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. This review ran on the open-source allowance, not this organization's plan, because the pull request author doesn't have an assigned seat. Waiting won't change this — ask an organization admin to assign them a seat, or add seats in Billing if every seat is already assigned, then retry. Review configuration: ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Comment |
|
@redhat-chai-bot, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Update the ci-operator build root image for
openshift-online/rosa-backend-testsfrom Go 1.24 to Go 1.26.Details
PR openshift-online/rosa-backend-tests#136 bumps
go.modfromgo 1.24.7togo 1.26.8. The current build root image (rhel-9-release-golang-1.24-openshift-4.22) ships Go 1.24.11 withGOTOOLCHAIN=localbaked into the binary, preventing the toolchain auto-download thatgo 1.26.8requires.This change updates the build root to
rhel-9-release-golang-1.26-openshift-4.22, which provides a Go 1.26 toolchain compatible with the newgo.modrequirement.Change
AI-generated. Review for accuracy.
@andreadecorte requested via Chai Bot