1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-10 20:42:22 +02:00

remove logs and rebuild

This commit is contained in:
Dmitry Shibanov 2022-12-05 22:52:48 +01:00
parent 6cc33f66c0
commit 487336cf4a
2 changed files with 1 additions and 4 deletions

2
dist/setup/index.js vendored
View file

@ -63308,7 +63308,6 @@ function resolveVersionFromManifest(versionSpec, stable, auth, arch, manifest) {
return info === null || info === void 0 ? void 0 : info.resolvedVersion;
}
catch (err) {
console.log('didnt fail');
core.info('Unable to resolve a version from the manifest...');
core.debug(err.message);
}
@ -63361,7 +63360,6 @@ function getInfoFromManifest(versionSpec, stable, auth, arch = os_1.default.arch
core.debug('No manifest cached');
manifest = yield getManifest(auth);
}
console.log('didnt fail898998');
core.info(`matching ${versionSpec}...`);
const rel = yield tc.findFromManifest(versionSpec, stable, manifest, arch);
if (rel && rel.files.length > 0) {

View file

@ -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);