mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 00:13:44 +00:00
Apply internal discussion agreements
This commit is contained in:
parent
17fabf6bf1
commit
f1f69d49da
5 changed files with 6 additions and 15 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue