Skip to content

chore(deps): update google.golang.org/genproto/googleapis/rpc digest to a57be14#457

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/google.golang.org-genproto-googleapis-rpc-digest
Open

chore(deps): update google.golang.org/genproto/googleapis/rpc digest to a57be14#457
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/google.golang.org-genproto-googleapis-rpc-digest

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Jan 7, 2026

This PR contains the following updates:

Package Type Update Change
google.golang.org/genproto/googleapis/rpc replace digest 79d6a2aa57be14

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

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

Cursor Bugbot is generating a summary for commit 4223fe8. Configure here.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner January 7, 2026 18:06
@github-project-automation github-project-automation bot moved this to In review in Alerting Jan 7, 2026
go.mod Outdated
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20251124214823-79d6a2a48846

replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846
replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genproto replace directives now use inconsistent snapshot versions

Medium Severity

The comment at lines 162-167 explicitly states these replace directives must use "compatible versions from the same snapshot" to avoid build failures. After this change, google.golang.org/genproto/googleapis/rpc uses snapshot 20251222181119-0a764e51fe1b while the other two genproto modules still use snapshot 20251124214823-79d6a2a48846. This version mismatch violates the documented invariant and could cause the compatibility issues the workaround was designed to prevent.

Additional Locations (2)

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from bf68f43 to b9898cb Compare January 12, 2026 18:10
@renovate-sh-app
Copy link
Contributor Author

renovate-sh-app bot commented Jan 12, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from b9898cb to f7be1e7 Compare January 17, 2026 18:08
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 0a764e5 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 3f89685 Jan 17, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch 2 times, most recently from da0fe29 to a661364 Compare January 26, 2026 00:06
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 3f89685 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 8e98ce8 Jan 26, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch 2 times, most recently from 3093c0f to 304ca6d Compare January 31, 2026 03:08
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 8e98ce8 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 8636f87 Jan 31, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from 304ca6d to 55d993a Compare February 6, 2026 21:11
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 8636f87 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 546029d Feb 6, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from 55d993a to 51923b9 Compare February 12, 2026 22:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 546029d chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 4cfbd41 Feb 12, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from 51923b9 to b840e85 Compare February 21, 2026 00:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 4cfbd41 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 42d3e9b Feb 21, 2026
go 1.24.0

toolchain go1.24.4
go 1.25.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unintended Go version bump from 1.24 to 1.25

Medium Severity

The go directive was bumped from 1.24.0 (with toolchain go1.24.4) to 1.25.0 (with no toolchain directive). This raises the minimum Go version required to build the module. This change is not mentioned in the PR description, which only intends to update the google.golang.org/genproto/googleapis/rpc digest. This could break downstream consumers or CI environments still using Go 1.24.

Fix in Cursor Fix in Web

@cursor
Copy link

cursor bot commented Feb 21, 2026

Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.

  • ✅ Fixed: Unintended Go version bump from 1.24 to 1.25
    • Restored the go directive to 1.24.0 and toolchain directive to go1.24.4, reverting the unintended version bump that occurred during the dependency update.

Create PR

Or push these changes by commenting:

@cursor push 3e1f315daa
Preview (3e1f315daa)
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

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch 3 times, most recently from 0b1f31c to 324f1c1 Compare February 26, 2026 21:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 42d3e9b chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 2f722ef Feb 26, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from 324f1c1 to 52b107c Compare March 2, 2026 00:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 2f722ef chore(deps): update google.golang.org/genproto/googleapis/rpc digest to a57be14 Mar 2, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Genproto replace directives use mismatched snapshot versions
    • I reverted the googleapis/rpc replace directive to the same 20251124 snapshot as the other genproto replaces and added matching go.sum entries so the build uses a consistent snapshot set.

Create PR

Or push these changes by commenting:

@cursor push 609c6ea602
Preview (609c6ea602)
diff --git a/go.mod b/go.mod
--- a/go.mod
+++ b/go.mod
@@ -165,6 +165,6 @@
 // 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/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171
+replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846
 
 replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846

diff --git a/go.sum b/go.sum
--- a/go.sum
+++ b/go.sum
@@ -2340,6 +2340,8 @@
 google.golang.org/genproto/googleapis/bytestream v0.0.0-20250728155136-f173205681a0/go.mod h1:h6yxum/C2qRb4txaZRLDHK8RyS0H/o2oEDeKY4onY/Y=
 google.golang.org/genproto/googleapis/bytestream v0.0.0-20250804133106-a7a43d27e69b/go.mod h1:h6yxum/C2qRb4txaZRLDHK8RyS0H/o2oEDeKY4onY/Y=
 google.golang.org/genproto/googleapis/bytestream v0.0.0-20250908214217-97024824d090/go.mod h1:Zm0W1CckZuSE8rNxJRJ0+pbZP3UOe8WQpyr0KGPtjAQ=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 h1:Wgl1rcDNThT+Zn47YyCXOXyX/COgMTIdhJ717F0l4xk=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
 google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 h1:ggcbiqK8WWh6l1dnltU4BgWGIGo+EVYxCaAPih/zQXQ=
 google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
 google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=

replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20251124214823-79d6a2a48846

replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846
replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genproto replace directives use mismatched snapshot versions

Medium Severity

The comment on lines 160–165 explicitly states that the three genproto replace directives must use "compatible versions from the same snapshot." After this change, googleapis/rpc is pinned to snapshot 20260226 while genproto and googleapis/api remain on snapshot 20251124, three months apart. This version skew across tightly coupled modules defeats the stated purpose of the workaround and risks type mismatches or build failures.

Additional Locations (1)

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from 52b107c to 32059b8 Compare March 3, 2026 12:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from 32059b8 to b775ba1 Compare March 3, 2026 18:03
…to a57be14

| datasource | package                                   | from                               | to                                 |
| ---------- | ----------------------------------------- | ---------------------------------- | ---------------------------------- |
| go         | google.golang.org/genproto/googleapis/rpc | v0.0.0-20251124214823-79d6a2a48846 | v0.0.0-20260226221140-a57be14db171 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-googleapis-rpc-digest branch from b775ba1 to 4223fe8 Compare March 4, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

0 participants