bump to go 1.23 (#31855)

This commit is contained in:
techknowlogick 2024-09-09 22:23:07 -04:00 committed by GitHub
parent 1620e3f03b
commit d9a7748cdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 71 additions and 58 deletions

View file

@ -114,7 +114,7 @@ func convertAzureBlobErr(err error) error {
if !errors.As(err, &respErr) {
return err
}
return fmt.Errorf(respErr.ErrorCode)
return fmt.Errorf("%s", respErr.ErrorCode)
}
// NewAzureBlobStorage returns a azure blob storage