mirror of https://github.com/actions/setup-go.git
remove info log
This commit is contained in:
parent
a641f6c17f
commit
b42048d434
|
@ -63038,7 +63038,6 @@ const restoreCache = (versionSpec, packageManager, cacheDependencyPath) => __awa
|
||||||
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
|
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
|
||||||
let dependencyFilePath;
|
let dependencyFilePath;
|
||||||
try {
|
try {
|
||||||
core.info('Trying to resolve lockfile path.');
|
|
||||||
dependencyFilePath = cacheDependencyPath
|
dependencyFilePath = cacheDependencyPath
|
||||||
? cacheDependencyPath
|
? cacheDependencyPath
|
||||||
: findDependencyFile(packageManagerInfo);
|
: findDependencyFile(packageManagerInfo);
|
||||||
|
|
|
@ -20,7 +20,6 @@ export const restoreCache = async (
|
||||||
|
|
||||||
let dependencyFilePath: string;
|
let dependencyFilePath: string;
|
||||||
try {
|
try {
|
||||||
core.info('Trying to resolve lockfile path.');
|
|
||||||
dependencyFilePath = cacheDependencyPath
|
dependencyFilePath = cacheDependencyPath
|
||||||
? cacheDependencyPath
|
? cacheDependencyPath
|
||||||
: findDependencyFile(packageManagerInfo);
|
: findDependencyFile(packageManagerInfo);
|
||||||
|
|
Loading…
Reference in New Issue