Scaling Golang CI by Replacing actions/setup-go

(cloudx.ai)

32 points | by peterldowns 2 hours ago

2 comments

  • JyB 0 minutes ago
    Have you considered submitting an upstream patch to the widely used actions/setup-go as well?
  • 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:

    https://github.com/cloudx-io/setup-go