cli
cli copied to clipboard
Replace setup-go with manual go download script
Changes
- Replace github action setup-go with manual downloading of Go binary.
- Remove scheduled job to populate cache.
Why
- Unlike setup-go, it downloads it only once.
- There is no cache, which is really slow to fetch on Windows.