mirror of
https://github.com/actions/setup-go.git
synced 2026-04-11 23:20:03 +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
|
|
@ -1,5 +1,7 @@
|
|||
export enum State {
|
||||
CachePrefixBaseKey = 'CACHE_PREFIX_BASE_KEY',
|
||||
CachePrimaryKey = 'CACHE_KEY',
|
||||
CacheBuildHash = 'CACHE_HASH',
|
||||
CacheMatchedKey = 'CACHE_RESULT'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue