10
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-04-05 14:26:56 +00:00
setup-go/dist
Salman Chishti c948a2c163 feat: add cache-write input for read-only cache mode
Add a 'cache-write' input (default: true) that controls whether the cache
is saved at the end of the workflow. When set to 'false', the action will
restore cached dependencies but skip saving, providing a read-only cache
mode.

This is useful for preventing cache poisoning attacks from untrusted PR
builds while still benefiting from cached dependencies.
2026-03-09 05:35:59 -07:00
..
cache-save feat: add cache-write input for read-only cache mode 2026-03-09 05:35:59 -07:00
setup Bump minimatch from 3.1.2 to 3.1.5 (#727) 2026-03-02 15:43:24 -06:00