chore(deps): update google.golang.org/genproto digest to 42d3e9b#455
chore(deps): update google.golang.org/genproto digest to 42d3e9b#455renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
go.mod
Outdated
| // These replace directives force all dependencies to use compatible versions from | ||
| // the same snapshot. Remove once upstream dependencies (dskit -> gogo/status) are updated. | ||
| replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20251124214823-79d6a2a48846 | ||
| replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20251222181119-0a764e51fe1b |
There was a problem hiding this comment.
Inconsistent genproto replace directives break same-snapshot requirement
Medium Severity
The replace directive for google.golang.org/genproto is updated to snapshot 0a764e51fe1b (December 22, 2025), but the replace directives for google.golang.org/genproto/googleapis/rpc and google.golang.org/genproto/googleapis/api remain pinned to snapshot 79d6a2a48846 (November 24, 2025). The comment above these directives explicitly states they should use "compatible versions from the same snapshot" to avoid build failures. This inconsistency could cause interface mismatches or compatibility issues between the genproto modules.
ea5233a to
6e49d75
Compare
650fd45 to
5ca87bf
Compare
a9b586a to
d1ced21
Compare
d1ced21 to
2bf9520
Compare
2bf9520 to
37d6f57
Compare
37d6f57 to
3389d1e
Compare
| go 1.24.0 | ||
|
|
||
| toolchain go1.24.4 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Go version bump may break builds
Medium Severity
The module go version is bumped from 1.24.0 to 1.25.0 and the toolchain go1.24.4 line is removed. This can break consumers/CI environments that rely on the pinned toolchain or don’t have Go 1.25 available yet, even though the PR’s stated intent is only a genproto digest update.
|
Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.
Or push these changes by commenting: Preview (24f74275b7)diff --git a/go.mod b/go.mod
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,9 @@
module github.com/grafana/alerting
-go 1.25.0
+go 1.24.0
+toolchain go1.24.4
+
require (
github.com/Masterminds/sprig/v3 v3.2.1
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b |
3389d1e to
076ea8b
Compare
| datasource | package | from | to | | ---------- | -------------------------- | ---------------------------------- | ---------------------------------- | | go | google.golang.org/genproto | v0.0.0-20251124214823-79d6a2a48846 | v0.0.0-20260217215200-42d3e9bedb6d | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
076ea8b to
fef3325
Compare



This PR contains the following updates:
79d6a2a→42d3e9bConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Note
Medium Risk
No runtime logic changes, but the Go version bump and broad transitive dependency upgrades (gRPC/protobuf/OpenTelemetry) can introduce build/runtime incompatibilities and should be validated in CI/integration tests.
Overview
Dependency/toolchain refresh only. Updates
go.modtogo 1.25.0(dropping the pinnedtoolchaindirective) and bumps several direct deps includinggoogle.golang.org/genproto(replace digest), OpenTelemetry (otel/trace), andgolang.org/x/*.go.sumis regenerated accordingly, reflecting the updated transitive dependency graph (notably gRPC/protobuf and various Google/AWS-related modules).Written by Cursor Bugbot for commit fef3325. This will update automatically on new commits. Configure here.