Bump google.golang.org/api from 0.269.0 to 0.270.0#1068
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump google.golang.org/api from 0.269.0 to 0.270.0#1068dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
sourishkrout
added a commit
that referenced
this pull request
Mar 30, 2026
### Motivation - Consolidate multiple open Dependabot Go module minor updates into a single rollup to reduce PR churn and follow the repository's minor-upgrade guidance (`go get -t -u ./...`). - Ensure the module `go` directive is updated where required so upgraded dependencies that require a newer Go toolchain resolve correctly. ### Description - Updated `go.mod` and `go.sum` to apply consolidated minor-version upgrades for: `github.com/cli/cli/v2` (→ `v2.87.3`), `github.com/mark3labs/mcp-go` (→ `v0.45.0`), the `go.opentelemetry.io/otel` family (→ `v1.42.0`), `golang.org/x/sync` (→ `v0.20.0`), `golang.org/x/sys` (→ `v0.42.0`), `google.golang.org/api` (→ `v0.270.0`), `google.golang.org/grpc` (→ `v1.79.3`), and `mvdan.cc/sh/v3` (→ `v3.13.0`). - Updated the module `go` directive from `1.25.2` to `1.25.7` and refreshed dependency checksums in `go.sum`. - This PR consolidates the changes from Dependabot PRs: `#1077`, `#1073`, `#1072`, `#1071`, `#1070`, `#1069`, `#1068`, `#1067`, `#1066`, `#1065`, and `#1052`. ### Testing - Ran `go get -t -u ./...` which downloaded and resolved the upgraded modules and allowed `go` tool to switch to a compatible toolchain version as required (succeeded for dependency resolution). - Ran `go mod tidy` to prune and verify module graph (succeeded). - Attempted `runme run lint test` but the `runme` CLI is not available in this environment, so ran `make lint` and `make test` instead; `make lint` failed in this environment because the `checklocks` vet tool is not present, and `make test` executed but produced multiple failing tests driven by environment/tooling/network assumptions (examples: command package tests expecting `deno`/pty behavior, document/editor tests expecting specific frontmatter/version behavior, and OIDC tests requiring external network access), while many other packages' tests passed. ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_69cab28c63c08324ad7ace6d59e2f0d6) Signed-off-by: Codex <codex@openai.com> Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.269.0 to 0.270.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.269.0...v0.270.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.270.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
3be7b1c to
efbd26b
Compare
Contributor
Author
|
Superseded by #1089. |
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 google.golang.org/api from 0.269.0 to 0.270.0.
Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
ad5d5aachore(main): release 0.270.0 (#3516)b73e4fbfeat(all): auto-regenerate discovery clients (#3529)f6ede69feat(all): auto-regenerate discovery clients (#3528)7342fc2chore(all): update all (#3522)a932a45feat(all): auto-regenerate discovery clients (#3527)1b18158feat(all): auto-regenerate discovery clients (#3526)15b140dfeat(all): auto-regenerate discovery clients (#3525)ac5da8ffeat(option/internaloption): add more option introspection (#3524)ce39b40feat(all): auto-regenerate discovery clients (#3523)b263ceefeat(option/internaloption): unsafe option resolver (#3514)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)