mirror of
https://github.com/actions/setup-go.git
synced 2025-11-12 14:53:36 +00:00
format code
This commit is contained in:
parent
487336cf4a
commit
3a18a01125
1 changed files with 1 additions and 1 deletions
|
|
@ -213,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
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…
Reference in a new issue