Refactor module caching in GitHub Actions workflows #7342
Labels
area/ci
kind/improvement
priority/important-longterm
Important over the long term, but may not be currently staffed and/or may require multiple releases
Most workflows are currently using
actions/setup-go
to set up a Go environment andactions/cache
to cache and restore Go modules.actions/setup-go
, however, has built-in support for module caching and is enabled by default. This can be leveraged to remove usage ofactions/cache
but care must be exercised to ensure the module cache is built with a consistent key.The text was updated successfully, but these errors were encountered: