mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Remove unnecessary default value for arch argument
This commit is contained in:
parent
3eeab9dd6d
commit
97458b29d7
2 changed files with 2 additions and 2 deletions
|
@ -375,7 +375,7 @@ export function parseGoVersionFile(versionFilePath: string): string {
|
|||
|
||||
export async function resolveStableVersionInput(
|
||||
versionSpec: string,
|
||||
arch = os.arch(),
|
||||
arch: string,
|
||||
platform: string,
|
||||
manifest: tc.IToolRelease[] | IGoVersion[]
|
||||
): Promise<string> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue