mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-12 05:14:12 +02:00
remove logs and rebuild
This commit is contained in:
parent
6cc33f66c0
commit
487336cf4a
2 changed files with 1 additions and 4 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -63308,7 +63308,6 @@ function resolveVersionFromManifest(versionSpec, stable, auth, arch, manifest) {
|
||||||
return info === null || info === void 0 ? void 0 : info.resolvedVersion;
|
return info === null || info === void 0 ? void 0 : info.resolvedVersion;
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
console.log('didnt fail');
|
|
||||||
core.info('Unable to resolve a version from the manifest...');
|
core.info('Unable to resolve a version from the manifest...');
|
||||||
core.debug(err.message);
|
core.debug(err.message);
|
||||||
}
|
}
|
||||||
|
@ -63361,7 +63360,6 @@ function getInfoFromManifest(versionSpec, stable, auth, arch = os_1.default.arch
|
||||||
core.debug('No manifest cached');
|
core.debug('No manifest cached');
|
||||||
manifest = yield getManifest(auth);
|
manifest = yield getManifest(auth);
|
||||||
}
|
}
|
||||||
console.log('didnt fail898998');
|
|
||||||
core.info(`matching ${versionSpec}...`);
|
core.info(`matching ${versionSpec}...`);
|
||||||
const rel = yield tc.findFromManifest(versionSpec, stable, manifest, arch);
|
const rel = yield tc.findFromManifest(versionSpec, stable, manifest, arch);
|
||||||
if (rel && rel.files.length > 0) {
|
if (rel && rel.files.length > 0) {
|
||||||
|
|
|
@ -147,7 +147,6 @@ async function resolveVersionFromManifest(
|
||||||
);
|
);
|
||||||
return info?.resolvedVersion;
|
return info?.resolvedVersion;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log('didnt fail');
|
|
||||||
core.info('Unable to resolve a version from the manifest...');
|
core.info('Unable to resolve a version from the manifest...');
|
||||||
core.debug(err.message);
|
core.debug(err.message);
|
||||||
}
|
}
|
||||||
|
@ -214,7 +213,7 @@ export async function getInfoFromManifest(
|
||||||
core.debug('No manifest cached');
|
core.debug('No manifest cached');
|
||||||
manifest = await getManifest(auth);
|
manifest = await getManifest(auth);
|
||||||
}
|
}
|
||||||
console.log('didnt fail898998');
|
|
||||||
core.info(`matching ${versionSpec}...`);
|
core.info(`matching ${versionSpec}...`);
|
||||||
|
|
||||||
const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);
|
const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue