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

go.work workspace setup with CI pollutes Go module cache #623

Open
bgentry opened this issue Sep 26, 2024 · 0 comments
Open

go.work workspace setup with CI pollutes Go module cache #623

bgentry opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bgentry
Copy link
Contributor

bgentry commented Sep 26, 2024

When cutting new releases lately, I've noticed that pushing the "prepare vX.Y.Z" commit & PR for a new version causes the Go module cache the 404 on that new version for a long time (30+ min?) which means that a new version can't actually be used for a long time after it goes out.

Do you think there's anything we can do to avoid polluting the module cache on new versions before they're released @brandur? This also causes CI on master to fail for an extended period of time even after the new release is merged & tags pushed.

Wondering if we might be better off going back to what we had pre-workspaces.

@bgentry bgentry added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant