mirror of
https://github.com/actions/setup-go.git
synced 2025-08-18 22:55:08 +00:00
Add debug strings
This commit is contained in:
parent
c65923e013
commit
741f2fd714
@ -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…
x
Reference in New Issue
Block a user