Skip to content

Update golang.org/x/exp digest to ca53665 - #2315

Merged
red-hat-konflux[bot] merged 1 commit into
masterfrom
konflux/mintmaker/master/golang.org-x-exp-digest
Aug 24, 2026
Merged

Update golang.org/x/exp digest to ca53665#2315
red-hat-konflux[bot] merged 1 commit into
masterfrom
konflux/mintmaker/master/golang.org-x-exp-digest

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
golang.org/x/exp require digest c1d0aacca53665

Configuration

📅 Schedule: (in timezone Europe/Prague)

  • Branch creation
    • Between 03:00 AM and 10:59 AM, only on Monday (* 3-10 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Summary by Sourcery

Update the Go toolchain requirement and refresh the golang.org/x/exp dependency.

Enhancements:

  • Update the golang.org/x/exp dependency to the ca53665 revision.

Build:

  • Raise the project’s required Go version to 1.26.0.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot requested a review from a team as a code owner August 24, 2026 01:30
@red-hat-konflux
red-hat-konflux Bot enabled auto-merge (squash) August 24, 2026 01:30
@red-hat-konflux

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.7 -> 1.26.0

@red-hat-konflux
red-hat-konflux Bot merged commit c23158c into master Aug 24, 2026
3 checks passed
@sourcery-ai

sourcery-ai Bot commented Aug 24, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Update Go toolchain version and bump golang.org/x/exp dependency digest to a newer commit, including corresponding go.sum entries.

File-Level Changes

Change Details Files
Bump minimum Go version for the module.
  • Update the go directive to require Go 1.26.0 instead of 1.25.7
go.mod
Update golang.org/x/exp dependency to a newer pseudo-version commit.
  • Change required version of golang.org/x/exp to v0.0.0-20260820142414-ca536658362e
  • Refresh go.sum entries to match the new golang.org/x/exp version
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="go.mod" line_range="3" />
<code_context>
 module app

-go 1.25.7
+go 1.26.0

 require (
</code_context>
<issue_to_address>
**issue (bug_risk):** The module now requires Go 1.26.0, so builds run with the previously declared Go 1.25.7 toolchain fail or require an unavailable automatic toolchain download before compilation starts.

**Triggers:** When CI, release images, or downstream consumers still use Go 1.25.

**Suggested fix:** Update all supported build environments to Go 1.26, or use an x/exp revision whose minimum Go version remains compatible with Go 1.25.
</issue_to_address>

Sourcery assessment

Approval pending. 1 finding to address first.

Blocking findings: go.mod:3


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread go.mod
module app

go 1.25.7
go 1.26.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

issue (bug_risk): The module now requires Go 1.26.0, so builds run with the previously declared Go 1.25.7 toolchain fail or require an unavailable automatic toolchain download before compilation starts.

Triggers: When CI, release images, or downstream consumers still use Go 1.25.

Suggested fix: Update all supported build environments to Go 1.26, or use an x/exp revision whose minimum Go version remains compatible with Go 1.25.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.07%. Comparing base (982ca8d) to head (39b1c25).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2315   +/-   ##
=======================================
  Coverage   59.07%   59.07%           
=======================================
  Files         150      150           
  Lines        9614     9614           
=======================================
  Hits         5679     5679           
  Misses       3341     3341           
  Partials      594      594           
Flag Coverage Δ
unittests 59.07% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@red-hat-konflux
red-hat-konflux Bot deleted the konflux/mintmaker/master/golang.org-x-exp-digest branch August 24, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant