Added x86 architecture for Go version 1.16.0. (#9647)

This commit is contained in:
Easton Pillay
2021-04-02 18:05:23 -05:00
committed by GitHub
parent 0eef32ef23
commit ae66fdf27d
3 changed files with 40 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: GoLang.Go
PackageVersion: 1.16.0
Installers:
- Architecture: x64
InstallerUrl: https://dl.google.com/go/go1.16.windows-amd64.msi
InstallerSha256: 0FD550A74F6C8EF5DF405751F5E39A0BA25786930C5D61503BF71D3C3EFA2414
InstallerType: msi
ProductCode: "{B31F6C02-9758-49E4-A0B1-D41E3D8EF8B9}"
- Architecture: x86
InstallerUrl: https://dl.google.com/go/go1.15.windows-386.msi
InstallerSha256: 33780D3A21B05FC0BB9F76380390D3233BC62347EA58349C6317FFADD8CB2429
InstallerType: msi
ProductCode: "{2B230F90-EC69-4B87-B178-27AE9A8F5A73}"
ManifestType: installer
ManifestVersion: 1.0.0