18 lines
		
	
	
		
			696 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			696 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: GoLang.Go
 | |
| PackageVersion: 1.16.3
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://golang.org/dl/go1.16.3.windows-amd64.msi
 | |
|   InstallerSha256: 850CF9E4B0AB0369AB2750C6AB25725B6A298490D09BF3FDE61B08F770328F4C
 | |
|   InstallerType: msi
 | |
|   ProductCode: "{D618216B-A043-4951-A5F8-E1EEB64DEBFB}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://golang.org/dl/go1.16.3.windows-386.msi
 | |
|   InstallerSha256: 75C501CE9C7E542653DA034DB02D8D9DC6CECEF2804DF9FC9CC6F90708A02D8C
 | |
|   InstallerType: msi
 | |
|   ProductCode: "{C0D2C62B-1F88-40F7-89D5-91D01FF23B81}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |