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

test: Temporarily disable GOPROXY to workaround dodgy CAPA release #395

Merged
merged 1 commit into from
Feb 24, 2024

Commits on Feb 24, 2024

  1. test: Temporarily disable GOPROXY to workaround dodgy CAPA release

    v2.3.4 release was partially done and then rolled back. This has broken the
    discovery mechanism built in to clusterctl which uses go mod proxy to
    discover latest releases of providers. Seeing errors in other builds, e.g.
    https://github.com/d2iq-labs/capi-runtime-extensions/actions/runs/8029367117/job/21942031279?pr=390#step:9:10
    
    ```
    Error: failed to get provider components for the "aws" provider: failed to
    get repository client for the InfrastructureProvider with name aws: error
    creating the GitHub repository client: failed to get latest release:
    release not found for version v2.3.4, please retry later or set "GOPROXY=off"
    to get the current stable release: 404 Not Found
    ```
    
    Disabling GOPROXY temporarily until CAPA release is fixed.
    jimmidyson committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8888570 View commit details
    Browse the repository at this point in the history