Skip to content
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

fix(bigquery): correct deps issue #8958

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Commits on Nov 1, 2023

  1. fix(bigquery): correct deps issue

    In PR googleapis#8916, the
    version of google.golang.org/api got pushed back from 0.145.0 to
    0.13.40, breaking code that relied on newer parts of the generated
    discovery surface.
    
    This PR points us at the latest API release again.
    
    Fixes: googleapis#8946
    shollyman committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    91b95fc View commit details
    Browse the repository at this point in the history