mirror of
https://github.com/actions/setup-go.git
synced 2025-07-23 15:08:28 +02:00
cache-restore-only
This commit is contained in:
parent
db8764c1e2
commit
28cfea2580
6 changed files with 30 additions and 1 deletions
|
@ -17,6 +17,9 @@ inputs:
|
|||
default: true
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
cache-restore-only:
|
||||
description: Used to specify the cache . Set to true, if you'd like to reuse existing cache but did not update it
|
||||
default: false
|
||||
architecture:
|
||||
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue