mirror of
https://github.com/actions/setup-go.git
synced 2025-07-23 15:08:28 +02:00
feat: Add cache-key-prefix
option
This commit is contained in:
parent
41c2024c46
commit
089c1d9041
4 changed files with 31 additions and 2 deletions
|
@ -17,6 +17,8 @@ inputs:
|
|||
default: true
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
cache-key-prefix:
|
||||
description: 'A prefix to add to the cache key. Useful if you have multiple concurrent jobs that need different caches.'
|
||||
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