-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. #24473
Conversation
update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396.
fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396.
Thanks for the PR! Reading up a bit on the Azure SDK's though, it seems that https://github.com/Azure/azure-storage-blob-go has been deprecated last year and everyone is advised to switch to https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob. Perhaps it would be wiser to do the jump in one go rather than switching to a version we know is not supported any more. |
…Azure/azure-sdk-for-go/sdk/storage/azblob.
130d742
to
60e1166
Compare
@karalabe |
Fixed some panics due to missing container ID from the URL (previously there were set in dedicated function calls which you removed). LGTM |
…Azure/azure-sdk-for-go/sdk/storage/azblob. (ethereum#24473) * go.mod: update azure-storage-blob-go update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: fix for breaking changes of azure-storage-blob-go fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. * internal/build refactor appending BlobItems * internal/build: fix azure blobstore client to include container id Co-authored-by: Péter Szilágyi <peterke@gmail.com>
…Azure/azure-sdk-for-go/sdk/storage/azblob. (ethereum#24473) * go.mod: update azure-storage-blob-go update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: fix for breaking changes of azure-storage-blob-go fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. * internal/build refactor appending BlobItems * internal/build: fix azure blobstore client to include container id Co-authored-by: Péter Szilágyi <peterke@gmail.com>
updated Azure/azure-storage-blob-go from v0.7.0 to v0.14.0(latest version).
executed following command.
and then, fixed for breaking changes of Azure/azure-storage-blob-go.
relation #24396.