mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 21:14:58 -04: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…
Reference in a new issue