mirror of
https://github.com/actions/setup-go.git
synced 2025-09-05 18:06:03 -06:00
format
This commit is contained in:
parent
abe7d6b8af
commit
60b6f6b09a
1 changed files with 4 additions and 1 deletions
|
@ -503,7 +503,10 @@ export function parseGoVersionFile(versionFilePath: string): string {
|
|||
return contents.trim();
|
||||
}
|
||||
|
||||
async function resolveStableVersionDist(versionSpec: string, arch: Architecture) {
|
||||
async function resolveStableVersionDist(
|
||||
versionSpec: string,
|
||||
arch: Architecture
|
||||
) {
|
||||
const archFilter = sys.getArch(arch);
|
||||
const platFilter = sys.getPlatform();
|
||||
const dlUrl = 'https://golang.org/dl/?mode=json&include=all';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue