Scaling Golang CI by Replacing actions/setup-go
Posted by peterldowns 2 hours ago
Comments
Comment by JyB 15 minutes ago
Have you considered submitting an upstream patch to the widely used actions/setup-go as well?
Comment by peterldowns 2 hours ago
Hey everyone, one of the authors here. This is a "small" improvement that has saved us a LOT of developer time over the last few months. It's actually quite crazy to me that the default actions/setup-go simply does not work well if you want to have more than one golang action running at the same time.
The blogpost has a lot of technical details, but you can also just read the code and try it yourself: