chore(deps): update golang.org/x/exp/typeparams digest to c48552f#164
chore(deps): update golang.org/x/exp/typeparams digest to c48552f#164red-hat-konflux[bot] wants to merge 1 commit into
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
56dd6b9 to
bbea05e
Compare
bbea05e to
08110a1
Compare
08110a1 to
96c2edb
Compare
96c2edb to
aa358e4
Compare
a14f63b to
aa358e4
Compare
e9b213f to
aa358e4
Compare
aa358e4 to
e396630
Compare
e396630 to
e35f2c7
Compare
9bcb229 to
6c10773
Compare
9c94e26 to
6c10773
Compare
adfb7db to
6c10773
Compare
32c1115 to
6c10773
Compare
6c10773 to
791b97f
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
🤖 Finished Review · ✅ Success · Started 9:48 PM UTC · Completed 10:00 PM UTC |
ReviewFindingsHigh
Previous runReviewFindingsHigh
Medium
Low
Labels: PR modifies go.mod/go.sum (dependency update) and contains an undisclosed Go version bump requiring manual review |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
🤖 Finished Review · ✅ Success · Started 10:47 AM UTC · Completed 10:53 AM UTC |
| module github.com/konflux-ci/qe-tools | ||
|
|
||
| go 1.23.0 | ||
| go 1.25.0 |
There was a problem hiding this comment.
[high] api-contract
The go directive is bumped from 1.23.0 to 1.25.0, but the PR title and description only mention updating the golang.org/x/exp/typeparams dependency. The Dockerfile uses registry.access.redhat.com/ubi9/go-toolset:9.8-1780373831 as the builder image, which likely ships Go 1.22 or 1.23. If that image does not include Go 1.25+, go mod download and go build will fail because they reject a go 1.25.0 directive they cannot satisfy. Even if the image happens to include Go 1.25, this version bump changes available language semantics and should be an intentional, reviewed change rather than a side-effect of a dependency bot PR.
Suggested fix: Remove the go 1.25.0 change from this PR (keep go 1.23.0). If the new typeparams digest truly requires Go 1.25, that should be called out explicitly and the Dockerfile base image verified or updated to match. Otherwise, bump the go directive in a separate, deliberate PR after confirming CI toolchain compatibility.
This PR contains the following updates:
ec58324→c48552fWarning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.