chore(deps): update k8s.io/kube-openapi digest to 8f3fa49#168
chore(deps): update k8s.io/kube-openapi digest to 8f3fa49#168red-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:
|
113694b to
10cd86f
Compare
10cd86f to
de4155f
Compare
de4155f to
6f40410
Compare
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
0696fd5 to
6f40410
Compare
f8fedfe to
6f40410
Compare
36c1490 to
6f40410
Compare
07015dc to
6f40410
Compare
00f6998 to
6f40410
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #168 +/- ##
=======================================
Coverage 36.96% 36.96%
=======================================
Files 23 23
Lines 1220 1220
=======================================
Hits 451 451
Misses 744 744
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
ℹ️ 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 5:31 AM UTC · Completed 5:41 AM UTC |
ReviewFindingsHigh
Medium
Previous runReviewFindingsMedium
Low
Previous run (2)ReviewFindingsCritical
Low
Labels: PR updates Go module dependencies (go.mod/go.sum) |
|
🤖 Finished Retro · ✅ Success · Started 6:10 PM UTC · Completed 6:15 PM UTC |
Retro: PR #168 — MintMaker dependency update (
|
|
🤖 Finished Review · ✅ Success · Started 9:20 PM UTC · Completed 9:28 PM UTC |
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:54 AM UTC |
| module github.com/konflux-ci/qe-tools | ||
|
|
||
| go 1.23.0 | ||
| go 1.24.0 |
There was a problem hiding this comment.
[high] api-contract
The PR bumps go.mod from go 1.23.0 to go 1.24.0, but CI (.github/workflows/test.yml) is hardcoded to Go 1.23.x (line 15 matrix and line 53 e2e job). Since Go 1.21+, if go.mod declares a Go version higher than the installed toolchain and GOTOOLCHAIN is set to local (as actions/setup-go does by default), the build will fail with a version mismatch error.
Suggested fix: Update .github/workflows/test.yml to use go-version 1.24.x (line 15 matrix and line 53 e2e job) to match the new go.mod directive, or add a toolchain go1.24.0 directive to go.mod to enable automatic toolchain switching.
This PR contains the following updates:
8b0f38b→8f3fa49Warning
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.