Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps google.golang.org/api from 0.257.0 to 0.258.0.

Release notes

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

v0.258.0

0.258.0 (2025-12-18)

Features

Changelog

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

0.258.0 (2025-12-18)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Dec 22, 2025
@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Dec 22, 2025
@step-ci step-ci enabled auto-merge December 22, 2025 15:02
@hslatman
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/api-0.258.0 branch from 8eb3d21 to d664448 Compare December 22, 2025 21:43
@hslatman hslatman modified the milestones: v1.0.0, v0.29.1 Dec 23, 2025
@hslatman hslatman requested review from a team, Copilot and smst-jeff December 23, 2025 10:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the google.golang.org/api dependency from version 0.257.0 to 0.258.0. The update includes auto-regenerated discovery clients and introduces deprecation warnings for unsafe credentials JSON loading options.

Key changes:

  • Updated google.golang.org/api to v0.258.0
  • Replaced deprecated option.WithCredentialsFile() with option.WithAuthCredentialsFile() to follow new security recommendations
  • Updated transitive dependencies (golang.org/x/oauth2 and google.golang.org/genproto/googleapis/rpc)

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
go.mod Updated google.golang.org/api to v0.258.0 and updated transitive dependencies
cas/cloudcas/cloudcas.go Migrated from deprecated WithCredentialsFile to WithAuthCredentialsFile with ServiceAccount type

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hslatman hslatman requested a review from maraino December 23, 2025 12:59
@hslatman
Copy link
Member

@maraino similar to the update in crypto, but I think in this case always expecting a service account might be OK, since it is authentication to CAS.

@maraino
Copy link
Contributor

maraino commented Dec 29, 2025

@hslatman This should be ok, my working example uses a service_account credentials file, I believe that was our intention at the time.

@maraino
Copy link
Contributor

maraino commented Dec 29, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot bot and others added 2 commits December 29, 2025 20:33
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.257.0 to 0.258.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.257.0...v0.258.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.258.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@hslatman hslatman force-pushed the dependabot/go_modules/google.golang.org/api-0.258.0 branch from 92d4db1 to 9fe50b0 Compare December 29, 2025 19:33
@step-ci step-ci merged commit ccc90ca into master Dec 29, 2025
13 checks passed
@step-ci step-ci deleted the dependabot/go_modules/google.golang.org/api-0.258.0 branch December 29, 2025 19:34
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 needs triage Waiting for discussion / prioritization by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants