mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 20:15:14 -06:00
Three tests to fix
This commit is contained in:
parent
9d772f61ed
commit
9dc0cd064c
3 changed files with 21 additions and 43 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue