Below you will find pages that utilize the taxonomy term “Capnspacehook”
July 14, 2026
Cache Go files efficiently
Version updated for https://github.com/capnspacehook/cache-go to version v2.1.1.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action cache-go helps in efficiently caching Go module and build files. It ensures that cached build files are not invalidated by changes in dependencies and avoids the need to restore a stale cache when a newer version of Go is used. The action uses separate keys for restoring and saving these caches, making it easier to manage different versions and environments.