scaleway-sdk-go
scaleway-sdk-go copied to clipboard
Enable caching for the CI
At the moment the cache features for the CI seems to be broken. For many jobs that use a go runtime we get the following message:
Restore cache failed: Dependencies file is not found in /home/runner/work/scaleway-sdk-go/scaleway-sdk-go. Supported file pattern: go.sum
```
Enabling caching could really help speed up the CI pipelines that we got.