Update go modules (main) (patch)#1686
Conversation
ℹ️ Artifact update noticeFile name: acceptance/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
cca90ca to
4a2c267
Compare
4a2c267 to
d09fee6
Compare
d09fee6 to
201288b
Compare
201288b to
7067591
Compare
8a6ccc5 to
a132df5
Compare
a132df5 to
23a5b44
Compare
23a5b44 to
9a8f12b
Compare
9a8f12b to
46eef9b
Compare
46eef9b to
321f66d
Compare
|
🤖 Finished Review · ✅ Success · Started 2:23 PM UTC · Completed 2:31 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 5:10 PM UTC · Completed 5:17 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:50 AM UTC · Completed 1:57 AM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:22 PM UTC · Completed 1:31 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 4:02 PM UTC · Completed 4:09 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 4:36 PM UTC · Completed 4:41 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 2:54 AM UTC · Completed 3:02 AM UTC |
|
🤖 Finished Review · ✅ Success · Started 2:35 PM UTC · Completed 2:44 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 7:20 PM UTC · Completed 7:27 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:08 AM UTC · Completed 1:21 AM UTC |
|
🤖 Finished Review · ✅ Success · Started 7:14 PM UTC · Completed 7:20 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 7:59 PM UTC · Completed 8:07 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 8:39 PM UTC · Completed 8:46 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:08 AM UTC · Completed 1:13 AM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:35 PM UTC · Completed 1:40 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 7:48 PM UTC · Completed 7:57 PM UTC |
| go 1.25.3 | ||
|
|
||
| toolchain go1.25.7 | ||
| go 1.26.3 |
There was a problem hiding this comment.
[medium] correctness
Go version jumps from 1.25.3 to 1.26.3 in acceptance module while root stays at 1.25.5, creating a version split. Environments with GOTOOLCHAIN=local and only Go 1.25.x will fail to build the acceptance module.
Suggested fix: Verify CI environments support Go 1.26+. If the root module should also track Go 1.26, update its go directive.
|
|
||
| require ( | ||
| github.com/conforma/cli v0.9.2 | ||
| github.com/conforma/cli v0.9.58 |
There was a problem hiding this comment.
[low] supply-chain
conforma/cli jumps 56 patch versions (v0.9.2 to v0.9.58). First-party dependency with narrow integration surface (go run CLI, acceptance test flags). Risk is minimal but the jump is unusually large for a single update.
Suggested fix: Ensure CI acceptance tests pass to validate CLI interface compatibility.
| exclude google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 | ||
|
|
||
| replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20251103083939-3459088e4bae | ||
| replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7 |
There was a problem hiding this comment.
[low] correctness
Replace directive changes from pseudo-version (v0.20.7-0.20251103083939-3459088e4bae) to proper release tag (v0.20.7) for go-containerregistry. Positive change for reproducibility, but verify the tagged release contains all fixes from the pseudo-version commit.
Suggested fix: Verify go.sum hashes match expectations for the new version.
This PR contains the following updates:
v0.9.2→v0.9.59v0.20.7-0.20251103083939-3459088e4bae→v0.20.7v0.42.1→v0.42.2v1.3.0→v1.3.2Release Notes
conforma/cli (github.com/conforma/cli)
v0.9.59Compare Source
v0.9.58Compare Source
v0.9.57Compare Source
v0.9.56Compare Source
v0.9.55Compare Source
v0.9.53Compare Source
v0.9.52Compare Source
v0.9.51Compare Source
v0.9.50Compare Source
v0.9.49Compare Source
v0.9.48Compare Source
v0.9.47Compare Source
v0.9.46Compare Source
v0.9.44Compare Source
v0.9.43Compare Source
v0.9.42Compare Source
v0.9.41Compare Source
v0.9.40Compare Source
v0.9.39Compare Source
v0.9.38Compare Source
v0.9.37Compare Source
v0.9.36Compare Source
v0.9.35Compare Source
v0.9.34Compare Source
v0.9.33Compare Source
v0.9.32Compare Source
v0.9.31Compare Source
v0.9.30Compare Source
v0.9.29Compare Source
v0.9.27Compare Source
v0.9.26Compare Source
v0.9.25Compare Source
v0.9.24Compare Source
v0.9.23Compare Source
v0.9.22Compare Source
v0.9.19Compare Source
v0.9.17Compare Source
v0.9.16Compare Source
v0.9.14Compare Source
v0.9.13Compare Source
v0.9.9Compare Source
conforma/go-containerregistry (github.com/conforma/go-containerregistry)
v0.20.7Compare Source
tektoncd/cli (github.com/tektoncd/cli)
v0.42.2Compare Source
v0.42.2 Release 🎉
This patch release addresses the following CVEs: CVE-2026-33186, CVE-2026-33810, CVE-2025-61729 and CVE-2025-61726.
Changelog
1e1782fNew version v0.42.2Full Changelog: tektoncd/cli@v0.42.1...v0.42.2
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.