fix go.mod hashsum
This commit is contained in:
2
dist/run/index.js
vendored
2
dist/run/index.js
vendored
@ -27916,7 +27916,7 @@ function buildCacheKeys() {
|
||||
keys.push(cacheKey);
|
||||
if (yield pathExists(`go.mod`)) {
|
||||
// Add checksum to key to invalidate a cache when dependencies change.
|
||||
cacheKey += yield checksumFile(`cache-key`, `go.mod`);
|
||||
cacheKey += yield checksumFile(`sha1`, `go.mod`);
|
||||
}
|
||||
else {
|
||||
cacheKey += `nogomod`;
|
||||
|
Reference in New Issue
Block a user