Skip to content

Update GoCloud to v0.27.0 and update Azure cache to use new SDK

Stan Hu requested to merge sh-update-gocloud into main

What does this MR do?

This commit upgrades GoCloud and other dependencies.

Why was this MR needed?

To keep up with the latest SDK and bug fixes. gitlab!99535 (merged)

What's the best way to test this MR?

  1. Setup Azure:
  [runners.cache]
    Type = "azure"
    [runners.cache.s3]
    [runners.cache.gcs]
    [runners.cache.azure]
      AccountName = "ACCOUNT-NAME"
      AccountKey = "REDACTED"
      ContainerName = "test1"
      StorageDomain = "blob.core.windows.net"
  1. Run a CI job with a cache.
Edited by Stan Hu

Merge request reports