Skip to content

chore(deps): update google.golang.org/genproto digest to d00831a#455

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

chore(deps): update google.golang.org/genproto digest to d00831a#455
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/google.golang.org-genproto-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 replace digest 79d6a2ad00831a

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.

@renovate-sh-app
Copy link
Contributor Author

renovate-sh-app bot commented Jan 7, 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):

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
go.opentelemetry.io/otel v1.37.0 -> v1.40.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.40.0
golang.org/x/net v0.44.0 -> v0.51.0
golang.org/x/oauth2 v0.31.0 -> v0.35.0
golang.org/x/sync v0.17.0 -> v0.19.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.40.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.40.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.40.0
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.7.1
golang.org/x/crypto v0.42.0 -> v0.48.0
golang.org/x/mod v0.27.0 -> v0.32.0
golang.org/x/sys v0.36.0 -> v0.41.0
golang.org/x/text v0.29.0 -> v0.34.0
golang.org/x/tools v0.36.0 -> v0.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20260316172706-e463d84ca32d
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20260311181403-84a4fc48630c
google.golang.org/grpc v1.75.1 -> v1.79.3
google.golang.org/protobuf v1.36.10 -> v1.36.11

@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
// 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
Copy link

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch 2 times, most recently from ea5233a to 6e49d75 Compare January 17, 2026 18:08
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 0a764e5 chore(deps): update google.golang.org/genproto digest to 3f89685 Jan 17, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch 2 times, most recently from 650fd45 to 5ca87bf Compare January 26, 2026 00:05
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 3f89685 chore(deps): update google.golang.org/genproto digest to 8e98ce8 Jan 26, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch 2 times, most recently from a9b586a to d1ced21 Compare January 31, 2026 03:08
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 8e98ce8 chore(deps): update google.golang.org/genproto digest to 8636f87 Jan 31, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from d1ced21 to 2bf9520 Compare February 6, 2026 21:11
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 8636f87 chore(deps): update google.golang.org/genproto digest to 546029d Feb 6, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from 2bf9520 to 37d6f57 Compare February 12, 2026 22:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 546029d chore(deps): update google.golang.org/genproto digest to 4cfbd41 Feb 12, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from 37d6f57 to 3389d1e Compare February 21, 2026 00:03
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 4cfbd41 chore(deps): update google.golang.org/genproto 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.

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.

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: Go version bump may break builds
    • Restored the Go version to 1.24.0 and re-added the toolchain go1.24.4 directive that were accidentally changed during the genproto digest update.

Create PR

Or push these changes by commenting:

@cursor push 24f74275b7
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

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch 3 times, most recently from fef3325 to b213dfc Compare February 26, 2026 21:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 42d3e9b chore(deps): update google.golang.org/genproto digest to 2f722ef Feb 26, 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.

Autofix Details

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

  • ✅ Fixed: Genproto replace directives use mismatched snapshot versions
    • Updated the googleapis/rpc and googleapis/api replace directives in go.mod to the same 20260223185530-2f722ef697dc snapshot as google.golang.org/genproto to restore snapshot compatibility.

Create PR

Or push these changes by commenting:

@cursor push 37697bf8e0
Preview (37697bf8e0)
diff --git a/go.mod b/go.mod
--- a/go.mod
+++ b/go.mod
@@ -166,6 +166,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-20260223185530-2f722ef697dc
 
-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-20260223185530-2f722ef697dc
 
-replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846
+replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20260223185530-2f722ef697dc

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-20260223185530-2f722ef697dc
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 line 165 explicitly states these replace directives must use "compatible versions from the same snapshot." The google.golang.org/genproto replace was updated to snapshot 20260223185530-2f722ef697dc, but the googleapis/rpc and googleapis/api replacements still point to the old snapshot 20251124214823-79d6a2a48846. This version skew between the monolithic module and its sub-modules breaks the stated invariant and could cause incompatibilities if protobuf definitions changed between the two snapshots (~3 months apart).

Additional Locations (1)

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from b213dfc to d043952 Compare March 2, 2026 00:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 2f722ef chore(deps): update google.golang.org/genproto digest to a57be14 Mar 2, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from d043952 to 96e3673 Compare March 3, 2026 12:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch 7 times, most recently from 5340755 to 240ebba Compare March 10, 2026 18:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from 240ebba to d9b712b Compare March 14, 2026 21:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to a57be14 chore(deps): update google.golang.org/genproto digest to 84a4fc4 Mar 14, 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.

There are 3 total unresolved issues (including 2 from previous reviews).

Autofix Details

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

  • ✅ Fixed: Go version in go.mod conflicts with go.work
    • Updated go.work to go 1.25.0 so the workspace version is no longer lower than the module go directive.

Create PR

Or push these changes by commenting:

@cursor push 7190d1b5b1
Preview (7190d1b5b1)
diff --git a/go.work b/go.work
--- a/go.work
+++ b/go.work
@@ -1,4 +1,4 @@
-go 1.24.4
+go 1.25.0
 
 use (
 	.

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.

Go version in go.mod conflicts with go.work

High Severity

The go directive in go.mod was bumped from 1.24.0 to 1.25.0, but the go.work file still specifies go 1.24.4. In Go workspaces, the workspace go version must be greater than or equal to all included modules' go versions. Since 1.24.4 < 1.25.0, this mismatch will cause build errors or unexpected toolchain switching when using workspace mode (go work).

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/google.golang.org-genproto-digest branch from d9b712b to 2d00185 Compare March 16, 2026 15:03
| datasource | package                    | from                               | to                                 |
| ---------- | -------------------------- | ---------------------------------- | ---------------------------------- |
| go         | google.golang.org/genproto | v0.0.0-20251124214823-79d6a2a48846 | v0.0.0-20260319201613-d00831a3d3e7 |


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-digest branch from 2d00185 to 69238e6 Compare March 22, 2026 21:02
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update google.golang.org/genproto digest to 84a4fc4 chore(deps): update google.golang.org/genproto digest to d00831a Mar 22, 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.

There are 4 total unresolved issues (including 3 from previous reviews).

Fix All in Cursor

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

  • ✅ Fixed: go.mod and go.work have mismatched Go versions
    • I restored go.mod to go 1.24.0 and re-added toolchain go1.24.4, aligning it with go.work and avoiding an unintended minimum Go version bump.

Create PR

Or push these changes by commenting:

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

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.

go.mod and go.work have mismatched Go versions

Medium Severity

The go.mod was bumped from go 1.24.0 to go 1.25.0 and the toolchain directive was removed, but go.work still specifies go 1.24.4. This mismatch is inconsistent and unrelated to the stated purpose of updating a genproto digest. Bumping the minimum Go version in go.mod also raises the floor for all downstream consumers of this module.

Fix in Cursor Fix in Web

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