perf: improve setup-go cache for build-cache + use improved version of hash dir based on file's meta

This commit is contained in:
kevin perreau 2024-05-04 13:24:26 +02:00
parent cdcb360436
commit ed099b7083
No known key found for this signature in database
GPG key ID: 08BE2211259AF811
7 changed files with 9350 additions and 8919 deletions

View file

@ -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: