Skip to content

chore(deps): Upgrade golang to 1.26.7 (v0.9 branch) - #3546

Merged
robnester-rh merged 1 commit into
conforma:release-v0.9from
simonbaird:golang-upgrade-v09
Sep 9, 2026
Merged

chore(deps): Upgrade golang to 1.26.7 (v0.9 branch)#3546
robnester-rh merged 1 commit into
conforma:release-v0.9from
simonbaird:golang-upgrade-v09

Conversation

@simonbaird

Copy link
Copy Markdown
Member

No description provided.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 535e0b80-6e04-411c-a7e8-376bfa558055

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@qodo-for-conforma

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can commit Qodo's fix in one click with committable suggestions (GitHub & GitLab)

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

@qodo-for-conforma

Copy link
Copy Markdown

PR Summary by Qodo

Upgrade Go toolchain to 1.26.7 on the v0.9 branch

⚙️ Configuration changes 🕐 Less than 10 minutes

Grey Divider

AI Description

• Aligns all Go modules and local tooling on Go 1.26.7.
• Refreshes pinned standard and UBI builder images for reproducible builds.
High-Level Assessment

The synchronized upgrade is the appropriate approach: every declared Go version and builder image moves together, while immutable image digests preserve reproducibility. Updating only selected modules or images would risk inconsistent local and container build environments.

Files changed (7) +7 / -7

Other (7) +7 / -7
.tool-versionsSet the local Go toolchain to 1.26.7 +1/-1

Set the local Go toolchain to 1.26.7

• Updates the developer toolchain declaration from Go 1.26.3 to 1.26.7.

.tool-versions

DockerfileUpgrade the standard Go builder image +1/-1

Upgrade the standard Go builder image

• Moves the build stage to the Go 1.26.7 image and pins its corresponding digest.

Dockerfile

Dockerfile.distUpgrade the UBI Go builder image +1/-1

Upgrade the UBI Go builder image

• Moves the distribution build stage to UBI Go Toolset 1.26.7 and refreshes its pinned digest.

Dockerfile.dist

go.modRequire Go 1.26.7 for acceptance tests +1/-1

Require Go 1.26.7 for acceptance tests

• Updates the acceptance module's Go directive from 1.26.3 to 1.26.7.

acceptance/go.mod

go.modRequire Go 1.26.7 for the main module +1/-1

Require Go 1.26.7 for the main module

• Updates the root module's Go directive from 1.26.3 to 1.26.7.

go.mod

go.modRequire Go 1.26.7 for tooling +1/-1

Require Go 1.26.7 for tooling

• Updates the tools module's Go directive from 1.26.3 to 1.26.7.

tools/go.mod

go.modRequire Go 1.26.7 for kubectl tooling +1/-1

Require Go 1.26.7 for kubectl tooling

• Updates the kubectl tools module's Go directive from 1.26.3 to 1.26.7.

tools/kubectl/go.mod

@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
acceptance 54.45% <ø> (-0.01%) ⬇️
generative 12.27% <ø> (ø)
integration 23.59% <ø> (ø)
unit 72.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@robnester-rh robnester-rh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@robnester-rh
robnester-rh merged commit ece025f into conforma:release-v0.9 Sep 9, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants