mirror of
https://github.com/actions/setup-go.git
synced 2025-07-14 19:24:17 -06:00
Add the 'always-cache' option
This commit is contained in:
parent
5a083d0e9a
commit
e5f5846dc4
3 changed files with 11 additions and 8 deletions
|
@ -15,6 +15,9 @@ inputs:
|
|||
cache:
|
||||
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
||||
default: true
|
||||
always-cache:
|
||||
description: If enabled, stores the cache even in the event of a cache hit. This will result in a larger Go build (and test) cache, but less repeated test runs.
|
||||
default: false
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
architecture:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue