containers / ocicrypt

Encryption libraries for Encrypted OCI Container images
Apache License 2.0
133 stars 31 forks source link

feat(ci): update `setup-go` to enable caching #86

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 1 year ago

This PR aims to update the version of actions/setup-go to v4 which has caching enabled by default. v4 looks for a go.sum file in the root of the repository and then uses it's hash as the cache key.

stefanberger commented 1 year ago

Thanks!