mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-15 05:03:04 -04:00

Runners sometimes fail because they run out of disk space. One reason this happens is a change in the setup-go action@v4: > The V4 edition of the action offers: Enabled caching by default To combat this, we now disable the cache if it was not enabled explicitly before. Additionally, we remove setup-go where it is no longer needed.