mirror of
https://github.com/actions/setup-go.git
synced 2026-04-13 23:56:52 +00:00
perf: improve setup-go cache for build-cache + use improved version of hash dir based on file's meta
This commit is contained in:
parent
cdcb360436
commit
ed099b7083
7 changed files with 9350 additions and 8919 deletions
|
|
@ -17,6 +17,9 @@ inputs:
|
|||
default: true
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file - go.sum'
|
||||
cache-key-prefix:
|
||||
description: 'Used to specify a prefix to the cache key - ex: special-cache'
|
||||
default: ''
|
||||
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