Skip to content

chore(deps): update google.golang.org/genproto/googleapis/api digest to afd174a#456

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

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

Conversation

@renovate-sh-app
Copy link
Copy Markdown
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/api replace digest 79d6a2aafd174a

Configuration

📅 Schedule: (UTC)

  • 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 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
Comment thread go.mod Outdated
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
replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Version mismatch breaks same-snapshot constraint for genproto modules

Medium Severity

The comment at lines 162-167 explicitly states that the three genproto replace directives must use "compatible versions from the same snapshot" to avoid build failures. This PR updates only google.golang.org/genproto/googleapis/api to v0.0.0-20251222181119-0a764e51fe1b (December 22 snapshot) while leaving the other two modules at v0.0.0-20251124214823-79d6a2a48846 (November 24 snapshot). This version mismatch violates the documented constraint and may cause the build compatibility issues the comment warns about.

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-api-digest branch from d60f9d6 to a03f20b Compare January 12, 2026 18:10
@renovate-sh-app
Copy link
Copy Markdown
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):

  • 20 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.39.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.39.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.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/metric v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.39.0
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.7.1
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/mod v0.27.0 -> v0.30.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/tools v0.36.0 -> v0.39.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20260406210006-6f92a3bedf2d
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 force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from a03f20b to da60d82 Compare January 17, 2026 18:08
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 0a764e5 chore(deps): update google.golang.org/genproto/googleapis/api digest to 3f89685 Jan 17, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch 2 times, most recently from 504dac0 to 2a79aba Compare January 26, 2026 00:06
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 3f89685 chore(deps): update google.golang.org/genproto/googleapis/api digest to 8e98ce8 Jan 26, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch 2 times, most recently from e6afb58 to 4f71b36 Compare January 31, 2026 03:08
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 8e98ce8 chore(deps): update google.golang.org/genproto/googleapis/api digest to 8636f87 Jan 31, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from 4f71b36 to 33ed497 Compare February 6, 2026 21:11
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 8636f87 chore(deps): update google.golang.org/genproto/googleapis/api digest to 546029d Feb 6, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from 33ed497 to a43211d Compare February 12, 2026 22:04
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 546029d chore(deps): update google.golang.org/genproto/googleapis/api digest to 4cfbd41 Feb 12, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from a43211d to be64bf5 Compare February 21, 2026 00:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 4cfbd41 chore(deps): update google.golang.org/genproto/googleapis/api digest to 42d3e9b Feb 21, 2026
Comment thread go.mod
module github.com/grafana/alerting

go 1.24.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unintended Go version and toolchain change

High Severity

The commit changes go to 1.25.0 and removes the toolchain go1.24.4 pin even though the PR intent is a genproto digest update. This can silently switch the compiler version in CI/dev, causing new build failures or behavior differences unrelated to the dependency bump.

Fix in Cursor Fix in Web

@cursor
Copy link
Copy Markdown

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 and toolchain change
    • Restored go 1.24.0 and toolchain go1.24.4 directives that were unintentionally changed during the genproto digest update.

Create PR

Or push these changes by commenting:

@cursor push 04bb0b39a8
Preview (04bb0b39a8)
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-api-digest branch 3 times, most recently from 9240f76 to 93d3ddf Compare February 26, 2026 21:04
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 42d3e9b chore(deps): update google.golang.org/genproto/googleapis/api digest to 2f722ef Feb 26, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from 93d3ddf to cea2dea Compare March 2, 2026 00:04
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 2f722ef chore(deps): update google.golang.org/genproto/googleapis/api digest to a57be14 Mar 2, 2026
Copy link
Copy Markdown

@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 2 potential issues.

Autofix Details

Bugbot Autofix prepared fixes for both issues found in the latest run.

  • ✅ Fixed: Genproto replace directives no longer use same snapshot
    • Updated the google.golang.org/genproto/googleapis/api replace directive to the same 20251124 snapshot as the other coordinated genproto replaces.
  • ✅ Fixed: Go version in go.mod conflicts with go.work
    • Reverted the go directive in go.mod from 1.25.0 to 1.24.0 so the module no longer exceeds the workspace Go version.

Create PR

Or push these changes by commenting:

@cursor push 39fa54cfa9
Preview (39fa54cfa9)
diff --git a/go.mod b/go.mod
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/grafana/alerting
 
-go 1.25.0
+go 1.24.0
 
 require (
 	github.com/Masterminds/sprig/v3 v3.2.1
@@ -167,4 +167,4 @@
 
 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-20260226221140-a57be14db171
+replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846

Comment thread go.mod Outdated
Comment thread go.mod
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from cea2dea to a7582c5 Compare March 3, 2026 12:03
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch 3 times, most recently from 9e11a73 to 10a3907 Compare March 4, 2026 21:03
Copy link
Copy Markdown

@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: Unintentional Go minimum version bump to 1.25.0
    • The updated genproto digest requires Go 1.25, so I fixed the real regression by aligning go.work to go 1.25.0 with go.mod to restore a consistent, passing setup.

Create PR

Or push these changes by commenting:

@cursor push 6cecad1504
Preview (6cecad1504)
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 (
 	.

Comment thread go.mod
go 1.24.0

toolchain go1.24.4
go 1.25.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unintentional Go minimum version bump to 1.25.0

Medium Severity

The go directive was bumped from 1.24.0 (with toolchain go1.24.4) to 1.25.0, which is a major minimum-version increase for a PR that only intends to update a genproto digest. This also creates an inconsistency with go.work, which still specifies go 1.24.4. This version bump raises the minimum Go version required by all consumers of this module and likely wasn't intentional.

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch 4 times, most recently from 9d59f6c to 3b01592 Compare March 10, 2026 18:03
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from 3b01592 to 4e4e011 Compare March 14, 2026 21:04
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to a57be14 chore(deps): update google.golang.org/genproto/googleapis/api digest to 84a4fc4 Mar 14, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch 2 times, most recently from 77f120d to b59d757 Compare March 22, 2026 21:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 84a4fc4 chore(deps): update google.golang.org/genproto/googleapis/api digest to d00831a Mar 22, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch 5 times, most recently from 4b3a24f to 22648c1 Compare March 27, 2026 15:04
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from 22648c1 to 4a7b24b Compare April 4, 2026 03:03
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to d00831a chore(deps): update google.golang.org/genproto/googleapis/api digest to 9d38bb4 Apr 4, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/google.golang.org-genproto-googleapis-api-digest branch from 4a7b24b to 0447565 Compare April 9, 2026 21:06
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 9d38bb4 chore(deps): update google.golang.org/genproto/googleapis/api digest to 6f92a3b Apr 9, 2026
…to afd174a

| datasource | package                                   | from                               | to                                 |
| ---------- | ----------------------------------------- | ---------------------------------- | ---------------------------------- |
| go         | google.golang.org/genproto/googleapis/api | v0.0.0-20251124214823-79d6a2a48846 | v0.0.0-20260414002931-afd174a4e478 |


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-api-digest branch from 0447565 to 39b0312 Compare April 17, 2026 03:05
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update google.golang.org/genproto/googleapis/api digest to 6f92a3b chore(deps): update google.golang.org/genproto/googleapis/api digest to afd174a Apr 17, 2026
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