mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 12:43:45 +00:00
remove logs and rebuild
This commit is contained in:
parent
6cc33f66c0
commit
487336cf4a
2 changed files with 1 additions and 4 deletions
|
@ -147,7 +147,6 @@ async function resolveVersionFromManifest(
|
|||
);
|
||||
return info?.resolvedVersion;
|
||||
} catch (err) {
|
||||
console.log('didnt fail');
|
||||
core.info('Unable to resolve a version from the manifest...');
|
||||
core.debug(err.message);
|
||||
}
|
||||
|
@ -214,7 +213,7 @@ export async function getInfoFromManifest(
|
|||
core.debug('No manifest cached');
|
||||
manifest = await getManifest(auth);
|
||||
}
|
||||
console.log('didnt fail898998');
|
||||
|
||||
core.info(`matching ${versionSpec}...`);
|
||||
|
||||
const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue