-
Notifications
You must be signed in to change notification settings - Fork 321
Closed
Labels
FeatureRequestNew feature or requestNew feature or requestinfraIssues related to CI, Gerrit, cuelang.org, GitHub, etcIssues related to CI, Gerrit, cuelang.org, GitHub, etc
Description
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
Labels
FeatureRequestNew feature or requestNew feature or requestinfraIssues related to CI, Gerrit, cuelang.org, GitHub, etcIssues related to CI, Gerrit, cuelang.org, GitHub, etc