Scaling Golang CI by Replacing actions/setup-go
- We've found a new way to speed up parallel Golang continuous integration workflows by taking advantage of the Golang build cache.
- Replacing GitHub's official actions/setup-go action with a drop-in equivalent cut our test job runtimes by 69%.
- We're open-sourcing cloudx-io/setup-go (opens in a new tab) so you can do the same.
Unverified
- We've found a new way to speed up parallel Golang continuous integration workflows by taking advantage of the Golang build cache.
- Replacing GitHub's official actions/setup-go action with a drop-in equivalent cut our test job runtimes by 69%.
- We're open-sourcing cloudx-io/setup-go (opens in a new tab) so you can do the same.
Sources: Cloudx