Skip to content

chore(go/adbc): bump google.golang.org/api from 0.227.0 to 0.228.0 in /go/adbc #2659

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps google.golang.org/api from 0.227.0 to 0.228.0.

Release notes

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

v0.228.0

0.228.0 (2025-03-25)

Features

Bug Fixes

  • googleapi: Add JSON array support to CheckResponseWithBody (#3075) (ffcba91)
Changelog

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

0.228.0 (2025-03-25)

Features

Bug Fixes

  • googleapi: Add JSON array support to CheckResponseWithBody (#3075) (ffcba91)
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)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.227.0 to 0.228.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.227.0...v0.228.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependabot-only go Pull requests that update Go code labels Mar 31, 2025
@dependabot dependabot bot requested a review from zeroshade as a code owner March 31, 2025 20:46
@github-actions github-actions bot added this to the ADBC Libraries 18 milestone Mar 31, 2025
@lidavidm
Copy link
Member

Seems this broke because of actions/setup-go#457

@lidavidm lidavidm self-requested a review as a code owner April 1, 2025 04:51
@lidavidm
Copy link
Member

lidavidm commented Apr 1, 2025

Ugh.

@zeroshade staticcheck needs to be built with Go 1.24 to check some files in this dep, so I bumped the Go version, which required bumping golangci-lint, which (1) made a bunch of edits (mostly changing if/else chains into switch statements) (2) now errors on a lot of cases where we forget to check the result of defer foo.Close() in tests, so this will take a bit of work

@lidavidm
Copy link
Member

lidavidm commented Apr 2, 2025

@zeroshade wanna take a look here and make sure I didn't screw anything up? It's a mix of automatic changes from golangci-lint and manual changes to satisfy the new lints

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

A newer version of google.golang.org/api exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot-only go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant