Update dev/ssh-load-test and dev/changelog go mod versions#12703
Conversation
|
/werft run 👍 started the job as gitpod-build-aa-upd-gomod.0 |
|
I'm not sure what is being changed here or exactly why this change is needed.
If it doesn't, it should be fairly ok to revert the change, right? 🙂 Are you waiting for a response from team-workspace or just wants a rubber-stamp? |
There should be no need for a revert. Not sure why those weren't updated. A ✅ should suffice. The question towards the ws team is more for me understanding how it's built. |
Description
GOCACHEgets corrupted due to old package versions that are being built and put in the cache at some point.I'm almost certain that this should solve the problem.
@gitpod-io/engineering-workspace how is the cache populated? Is it done during a prebuild step? And is there a way to clean it?
How to test
Open a workspace and run:
This succeeds (takes a while):
GOCACHE=$(pwd)/cache go install -v github.com/gitpod-io/observability/installer@mainRelease Notes
Werft options: