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 go_sdk extension failure for unnamed root module #3612

Merged
merged 1 commit into from
Jul 2, 2023
Merged

Commits on Jul 1, 2023

  1. Fix go_sdk extension failure for unnamed root module

    Fixes failures such as the following of the root module never calls `module`:
    
    ```
                     go_download_sdk_rule(
     Error in repository_rule: invalid user-provided repo name '__download_0': valid names may contain only A-Z, a-z, 0-9, '-', '_', '.', and must start with a letter
    ```
    fmeum authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d76505e View commit details
    Browse the repository at this point in the history