Skip to content

ci: pull every commit through the proxy #1915

@myitcv

Description

@myitcv

Is your feature request related to a problem? Please describe.

When running go get cuelang.org/go@$commit via proxy.golang.org, it generally takes a long time to resolve because the proxy has to resolve from that commit to a pseudo-version. Later requests are cached, so much faster. This makes testing, creating repros etc more painful.

Describe the solution you'd like

go get cuelang.org/go@$commit to be run as part of CI for each new commit on master.

Describe alternatives you've considered

Running this myself, but it's better placed in CI as part of the build for each new commit on tip.

Additional context

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestNew feature or requestinfraIssues related to CI, Gerrit, cuelang.org, GitHub, etc

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions