1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-10 12:32:23 +02:00

format code

This commit is contained in:
Dmitry Shibanov 2022-12-05 23:08:49 +01:00
parent 487336cf4a
commit 3a18a01125

View file

@ -213,7 +213,7 @@ export async function getInfoFromManifest(
core.debug('No manifest cached');
manifest = await getManifest(auth);
}
core.info(`matching ${versionSpec}...`);
const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);