A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
Running `actions/setup-go` before `actions/checkout` was preventing the former from using `go.sum` to cache dependencies, as it wasn't still present in the working directory: ``` Restore cache failed: Dependencies file is not found in /home/runner/work/age/age. Supported file pattern: go.sum ``` ## [Sample workflow run](https://github.com/FiloSottile/age/actions/runs/13583113716) 
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by 0x2b3bfa0 and has received 0 comments.