mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
remove info log
This commit is contained in:
parent
a641f6c17f
commit
b42048d434
2 changed files with 0 additions and 2 deletions
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -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…
Add table
Reference in a new issue