mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 04:54:58 -04: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 67303 additions and 66872 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…
Reference in a new issue