mirror of
https://github.com/actions/setup-go.git
synced 2025-07-02 22:13:45 +00:00
feature: allow diversification using cache-key-suffix
This commit is contained in:
parent
a3d889c34c
commit
9a34fefa1d
5 changed files with 41 additions and 6 deletions
|
@ -17,6 +17,8 @@ inputs:
|
|||
default: false
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
cache-key-suffix:
|
||||
description: 'Used to diversify the cache if you have multiple build targets in the same module - e.g. cmd1, cmd2'
|
||||
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