-
Notifications
You must be signed in to change notification settings - Fork 547
fix(deps): Update module google.golang.org/api to v0.258.0 #21755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ℹ Artifact update noticeFile name: plugins/destination/bigquery/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/gen sha=474445d9522e3df0cac098c47dfc1959f7692e69 dir=plugins/destination/bigquery |
| } | ||
| if len(s.ServiceAccountKeyJSON) != 0 { | ||
| opts = append(opts, option.WithCredentialsJSON([]byte(s.ServiceAccountKeyJSON))) | ||
| opts = append(opts, option.WithAuthCredentialsJSON(option.ServiceAccount, []byte(s.ServiceAccountKeyJSON))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a new service account and ran a sync to test this change
| option.WithUserAgent(fmt.Sprintf("CloudQuery_BigQuery_Destination/%s (GPN:%s)", internalPlugin.Version, cloudQueryGPN)), | ||
| } | ||
| if len(s.ServiceAccountKeyJSON) != 0 { | ||
| opts = append(opts, option.WithCredentialsJSON([]byte(s.ServiceAccountKeyJSON))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated
🤖 I have created a release *beep* *boop* --- ## [4.6.4](plugins-destination-bigquery-v4.6.3...plugins-destination-bigquery-v4.6.4) (2026-01-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/codegen to v0.3.34 ([#21776](#21776)) ([44fad18](44fad18)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.35 ([#21798](#21798)) ([451444f](451444f)) * **deps:** Update module google.golang.org/api to v0.258.0 ([#21755](#21755)) ([de34e84](de34e84)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This PR contains the following updates:
v0.257.0->v0.258.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.258.0Compare Source
Features
Configuration
📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.