Added x86 architecture for Go version 1.15.3. (#9639)

* Added x86 architecture for Go version 1.15.3.

* Force pipeline rerun.
This commit is contained in:
Easton Pillay
2021-04-13 20:38:53 -05:00
committed by GitHub
parent ba05d19b3f
commit 37a67d76d2
3 changed files with 39 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.15.3
Installers:
- Architecture: x64
InstallerUrl: https://golang.org/dl/go1.15.3.windows-amd64.msi
InstallerSha256: 366791843F0F29DB97EB4EBFC0FD49EE42ECEE9272655EA56CA94A8027AE8BDD
InstallerType: msi
ProductCode: "{C7C7F1B6-FC64-401D-97E8-DAA39F4B9BFC}"
- Architecture: x86
InstallerUrl: https://golang.org/dl/go1.15.3.windows-386.msi
InstallerSha256: 798ADFAC0C33DF7B7E975438D356F87CF4EEF6E17769B8D27C90EA1EBE9B8802
InstallerType: msi
ProductCode: "{E2F1D224-FCE7-4B68-8198-508EDD9776C0}"
ManifestType: installer
ManifestVersion: 1.0.0