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

@ -1,5 +1,7 @@
export enum State {
CachePrefixBaseKey = 'CACHE_PREFIX_BASE_KEY',
CachePrimaryKey = 'CACHE_KEY',
CacheBuildHash = 'CACHE_HASH',
CacheMatchedKey = 'CACHE_RESULT'
}