Apply internal discussion agreements

This commit is contained in:
panticmilos 2022-11-25 10:50:21 +01:00
parent 17fabf6bf1
commit f1f69d49da
5 changed files with 6 additions and 15 deletions

View file

@ -129,7 +129,7 @@ export async function getGo(
return downloadPath;
}
export async function resolveVersionFromManifest(
async function resolveVersionFromManifest(
versionSpec: string,
stable: boolean,
auth: string | undefined,
@ -358,7 +358,7 @@ export async function resolveStableVersionInput(
versionSpec: string,
auth: string | undefined,
arch = os.arch(),
manifest: tc.IToolRelease[] | undefined
manifest: tc.IToolRelease[] | undefined,
): Promise<string> {
if (!manifest) {
core.debug('No manifest cached');