mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 18:02:15 +00:00
Add debug strings
This commit is contained in:
parent
c65923e013
commit
741f2fd714
1 changed files with 3 additions and 0 deletions
|
@ -34,10 +34,13 @@ 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
Reference in a new issue