sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1k stars 178 forks source link

Remove Go installation cache, cache Go installer instead #5017

Closed amdprophet closed 1 year ago

amdprophet commented 1 year ago

CI tests on Windows are broken due to restoring Go from cache overtop of the built-in Go installation. To quickly remediate this I've removed the caching of Go installations and added caching of the Go installer. Caching the Go installer vs no cache improves build times by approximately 4 minutes.