I think the latest version of the BigQuery client library shouldn't break anything and I managed to run the unit tests successfully against a BigQuery instance in my demo account after I made these changes.
What did this pull request do?
Currently, there are many stale entries in go.sum which are brought over when importing this project. This PR updates the Go language version to a newer version and also updates the BigQuery client library and GORM to the current version.
User Case Description
I'd like to import this library in another project and it adds many stale dependencies to my go.sum, which I'd rather avoid if possible.
It would help a lot to get a new release tagged once these changes get merged. Thank you!
I think the latest version of the BigQuery client library shouldn't break anything and I managed to run the unit tests successfully against a BigQuery instance in my demo account after I made these changes.
What did this pull request do?
Currently, there are many stale entries in
go.sum
which are brought over when importing this project. This PR updates the Go language version to a newer version and also updates the BigQuery client library and GORM to the current version.User Case Description
I'd like to import this library in another project and it adds many stale dependencies to my
go.sum
, which I'd rather avoid if possible.It would help a lot to get a new release tagged once these changes get merged. Thank you!