Update golang.org/x/exp digest to ca53665 - #2315
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdate Go toolchain version and bump golang.org/x/exp dependency digest to a newer commit, including corresponding go.sum entries. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
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
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| module app | ||
|
|
||
| go 1.25.7 | ||
| go 1.26.0 |
There was a problem hiding this comment.
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 Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
c1d0aac→ca53665Configuration
📅 Schedule: (in timezone Europe/Prague)
* 3-10 * * 1)🚦 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.
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:
Build: