chore(deps): bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.2#9667
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.2#9667dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.49.0 to 1.50.2. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.49.0...pubsub/v1.50.2) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-version: 1.50.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9a34579. Configure here.
| module github.com/osmosis-labs/osmosis/v31 | ||
|
|
||
| go 1.23.4 | ||
| go 1.25.0 |
There was a problem hiding this comment.
go.work version inconsistent with updated go.mod
High Severity
The go directive in go.mod was updated to 1.25.0, but the go.work file and other workspace modules still specify go 1.23.x. Go workspaces require the go.work version to be at least as high as any included module, leading to build failures and inconsistent toolchain behavior.
Reviewed by Cursor Bugbot for commit 9a34579. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps cloud.google.com/go/pubsub from 1.49.0 to 1.50.2.
Commits
e2bbf19chore: librarian release pull request: 20260331T202405Z (#14314)4e6350fchore: librarian release pull request: 20260331T201226Z (#14312)7c26e42chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in /interna...e5b2057chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in /internal/g...97d824dfeat(firestore): add WithAlwaysUseImplicitOrderBy option (#14260)eb1fe4cchore: librarian release pull request: 20260331T193117Z (#14310)8a34364feat(bigtable): check alts if we return permission denied for pingandwarm (#...98a546dchore: update version.go template (#14307)efb8c17chore: add biglake and hive (#14306)4c0232afix(pubsub): check for nil concurrency control span (#14303)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Primarily a dependency/toolchain bump, but it upgrades the Go version and several core networking/telemetry libraries (gRPC, protobuf, OpenTelemetry), which can cause build/runtime regressions in services using Pub/Sub and tracing.
Overview
Updates the module to Go 1.25 and bumps
cloud.google.com/go/pubsubtov1.50.2.Refreshes a broad set of transitive dependencies around Google Cloud client libs,
google.golang.org/grpc/protobuf, and OpenTelemetry (including addingcloud.google.com/go/pubsub/v2as an indirect dep), with correspondinggo.sumupdates.Reviewed by Cursor Bugbot for commit 9a34579. Bugbot is set up for automated code reviews on this repo. Configure here.