Three tests to fix

This commit is contained in:
Sergey-Murtazin 2022-01-20 15:05:48 +03:00
parent 9d772f61ed
commit 9dc0cd064c
3 changed files with 21 additions and 43 deletions

View file

@ -34,13 +34,10 @@ export async function getGo(
checkLatest: boolean,
auth: string | undefined
) {
core.info("DEBUG: Inside getGo")
let osPlat: string = os.platform();
let osArch: string = os.arch();
if (checkLatest) {
core.info(`DEBUG: Inside is checkLatest: ${checkLatest}`)
core.info('Attempt to resolve the latest version from manifest...');
const resolvedVersion = await resolveVersionFromManifest(
versionSpec,