Skip to content

Bump google.golang.org/api from 0.269.0 to 0.270.0#1068

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/google.golang.org/api-0.270.0
Closed

Bump google.golang.org/api from 0.269.0 to 0.270.0#1068
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/google.golang.org/api-0.270.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps google.golang.org/api from 0.269.0 to 0.270.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.270.0

0.270.0 (2026-03-08)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.270.0 (2026-03-08)

Features

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 10, 2026
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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/api-0.270.0 branch from 3be7b1c to efbd26b Compare March 30, 2026 18:41
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2026

Superseded by #1089.

@dependabot dependabot bot closed this Mar 31, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/google.golang.org/api-0.270.0 branch March 31, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants