Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions manifests/g/GoLang/Go/1.24.6/GoLang.Go.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Created with AutoPublish using komac v2.12.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: GoLang.Go
PackageVersion: 1.24.6
InstallerLocale: en-US
InstallerType: wix
Scope: machine
InstallerSwitches:
InstallLocation: INSTALLDIR="<INSTALLPATH>"
UpgradeBehavior: install
Commands:
- go
- gofmt
FileExtensions:
- go
ReleaseDate: 2025-08-06
Installers:
- Architecture: x86
InstallerUrl: https://go.dev/dl/go1.24.6.windows-386.msi
InstallerSha256: 05FE19D4E04DA8D4A41A72390921EFB70B2D26C9F86EE2C90175C32D0F6A24FB
ProductCode: '{F435FF27-D928-4E0A-9ECD-0B28F27DC68E}'
AppsAndFeaturesEntries:
- DisplayName: Go Programming Language 386 go1.24.6
ProductCode: '{F435FF27-D928-4E0A-9ECD-0B28F27DC68E}'
UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}'
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles(x86)%\Go'
- Architecture: x64
InstallerUrl: https://go.dev/dl/go1.24.6.windows-amd64.msi
InstallerSha256: 2894552C0463E7C8C83BFF00ACE4345C71AD8808616EF963DE4DCA9E29E3773F
ProductCode: '{1533C0C6-4327-4D09-A167-932923A29F45}'
AppsAndFeaturesEntries:
- DisplayName: Go Programming Language amd64 go1.24.6
ProductCode: '{1533C0C6-4327-4D09-A167-932923A29F45}'
UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}'
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\Go'
- Architecture: arm64
InstallerUrl: https://go.dev/dl/go1.24.6.windows-arm64.msi
InstallerSha256: A89F4DC0020784714728E8F3BCB7549E8B1D068EFA480AE649C8AD124E7CEF72
ProductCode: '{CFB0CF2F-FC57-4E11-AE62-5337D16D4861}'
AppsAndFeaturesEntries:
- DisplayName: Go Programming Language arm64 go1.24.6
ProductCode: '{CFB0CF2F-FC57-4E11-AE62-5337D16D4861}'
UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}'
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\Go'
ManifestType: installer
ManifestVersion: 1.10.0
36 changes: 36 additions & 0 deletions manifests/g/GoLang/Go/1.24.6/GoLang.Go.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Created with AutoPublish using komac v2.12.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

PackageIdentifier: GoLang.Go
PackageVersion: 1.24.6
PackageLocale: en-US
Publisher: https://go.dev
PublisherUrl: https://go.dev/
PublisherSupportUrl: https://go.dev/help
PrivacyUrl: https://policies.google.com/privacy
PackageName: Go Programming Language
PackageUrl: https://go.dev/dl/
License: BSD-3-Clause
LicenseUrl: https://github.com/golang/go/blob/HEAD/LICENSE
Copyright: Copyright (c) 2024 The Go Authors. All rights reserved.
CopyrightUrl: https://go.dev/copyright
ShortDescription: An open source programming language that makes it simple to build secure, scalable systems.
Description: |-
The Go programming language is an open source project to make programmers more productive.
Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
Moniker: go
Tags:
- go
- golang
- language
- programming
- programming-language
Documentations:
- DocumentLabel: Documentation
DocumentUrl: https://go.dev/doc/
- DocumentLabel: Learn
DocumentUrl: https://go.dev/learn/
- DocumentLabel: Wiki
DocumentUrl: https://go.dev/wiki/
ManifestType: defaultLocale
ManifestVersion: 1.10.0
29 changes: 29 additions & 0 deletions manifests/g/GoLang/Go/1.24.6/GoLang.Go.locale.zh-CN.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Created with AutoPublish using komac v2.12.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json

PackageIdentifier: GoLang.Go
PackageVersion: 1.24.6
PackageLocale: zh-CN
Publisher: https://go.dev
PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN
PackageName: Go Programming Language
ShortDescription: 可轻松构建安全、可扩展的系统的开源编程语言。
Description: |-
Go 编程语言是一个开源项目,旨在提高程序员的工作效率。
Go 是一个易读、简洁、干净、高效的编程语言,其并发机制有助于写出可以更充分地利用多核和网络计算机的程序,而其新颖的类型系统则带来了灵活的模块化程序构建。Go 可以快速编译成机器代码,同时还具备垃圾回收的便利性和运行时反射的强大功能。它是一种快速、静态类型的编译语言,但写起来就像一种动态类型的解释型语言。
Tags:
- go
- golang
- 编程
- 编程语言
- 脚本
- 语言
Documentations:
- DocumentLabel: 学习
DocumentUrl: https://go.dev/learn/
- DocumentLabel: 文档
DocumentUrl: https://go.dev/doc/
- DocumentLabel: 维基
DocumentUrl: https://go.dev/wiki/
ManifestType: locale
ManifestVersion: 1.10.0
8 changes: 8 additions & 0 deletions manifests/g/GoLang/Go/1.24.6/GoLang.Go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with AutoPublish using komac v2.12.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json

PackageIdentifier: GoLang.Go
PackageVersion: 1.24.6
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0
Loading