Skip to content

Commit 88dcfec

Browse files
New version: GoLang.Go version 1.24.6
1 parent f420c2b commit 88dcfec

File tree

4 files changed

+123
-0
lines changed

4 files changed

+123
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Created with AutoPublish using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: GoLang.Go
5+
PackageVersion: 1.24.6
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallerSwitches:
10+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
11+
UpgradeBehavior: install
12+
Commands:
13+
- go
14+
- gofmt
15+
FileExtensions:
16+
- go
17+
ReleaseDate: 2025-08-06
18+
Installers:
19+
- Architecture: x86
20+
InstallerUrl: https://go.dev/dl/go1.24.6.windows-386.msi
21+
InstallerSha256: 05FE19D4E04DA8D4A41A72390921EFB70B2D26C9F86EE2C90175C32D0F6A24FB
22+
ProductCode: '{F435FF27-D928-4E0A-9ECD-0B28F27DC68E}'
23+
AppsAndFeaturesEntries:
24+
- DisplayName: Go Programming Language 386 go1.24.6
25+
ProductCode: '{F435FF27-D928-4E0A-9ECD-0B28F27DC68E}'
26+
UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}'
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles(x86)%\Go'
29+
- Architecture: x64
30+
InstallerUrl: https://go.dev/dl/go1.24.6.windows-amd64.msi
31+
InstallerSha256: 2894552C0463E7C8C83BFF00ACE4345C71AD8808616EF963DE4DCA9E29E3773F
32+
ProductCode: '{1533C0C6-4327-4D09-A167-932923A29F45}'
33+
AppsAndFeaturesEntries:
34+
- DisplayName: Go Programming Language amd64 go1.24.6
35+
ProductCode: '{1533C0C6-4327-4D09-A167-932923A29F45}'
36+
UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}'
37+
InstallationMetadata:
38+
DefaultInstallLocation: '%ProgramFiles%\Go'
39+
- Architecture: arm64
40+
InstallerUrl: https://go.dev/dl/go1.24.6.windows-arm64.msi
41+
InstallerSha256: A89F4DC0020784714728E8F3BCB7549E8B1D068EFA480AE649C8AD124E7CEF72
42+
ProductCode: '{CFB0CF2F-FC57-4E11-AE62-5337D16D4861}'
43+
AppsAndFeaturesEntries:
44+
- DisplayName: Go Programming Language arm64 go1.24.6
45+
ProductCode: '{CFB0CF2F-FC57-4E11-AE62-5337D16D4861}'
46+
UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}'
47+
InstallationMetadata:
48+
DefaultInstallLocation: '%ProgramFiles%\Go'
49+
ManifestType: installer
50+
ManifestVersion: 1.10.0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created with AutoPublish using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: GoLang.Go
5+
PackageVersion: 1.24.6
6+
PackageLocale: en-US
7+
Publisher: https://go.dev
8+
PublisherUrl: https://go.dev/
9+
PublisherSupportUrl: https://go.dev/help
10+
PrivacyUrl: https://policies.google.com/privacy
11+
PackageName: Go Programming Language
12+
PackageUrl: https://go.dev/dl/
13+
License: BSD-3-Clause
14+
LicenseUrl: https://github.com/golang/go/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2024 The Go Authors. All rights reserved.
16+
CopyrightUrl: https://go.dev/copyright
17+
ShortDescription: An open source programming language that makes it simple to build secure, scalable systems.
18+
Description: |-
19+
The Go programming language is an open source project to make programmers more productive.
20+
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.
21+
Moniker: go
22+
Tags:
23+
- go
24+
- golang
25+
- language
26+
- programming
27+
- programming-language
28+
Documentations:
29+
- DocumentLabel: Documentation
30+
DocumentUrl: https://go.dev/doc/
31+
- DocumentLabel: Learn
32+
DocumentUrl: https://go.dev/learn/
33+
- DocumentLabel: Wiki
34+
DocumentUrl: https://go.dev/wiki/
35+
ManifestType: defaultLocale
36+
ManifestVersion: 1.10.0
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with AutoPublish using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: GoLang.Go
5+
PackageVersion: 1.24.6
6+
PackageLocale: zh-CN
7+
Publisher: https://go.dev
8+
PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN
9+
PackageName: Go Programming Language
10+
ShortDescription: 可轻松构建安全、可扩展的系统的开源编程语言。
11+
Description: |-
12+
Go 编程语言是一个开源项目,旨在提高程序员的工作效率。
13+
Go 是一个易读、简洁、干净、高效的编程语言,其并发机制有助于写出可以更充分地利用多核和网络计算机的程序,而其新颖的类型系统则带来了灵活的模块化程序构建。Go 可以快速编译成机器代码,同时还具备垃圾回收的便利性和运行时反射的强大功能。它是一种快速、静态类型的编译语言,但写起来就像一种动态类型的解释型语言。
14+
Tags:
15+
- go
16+
- golang
17+
- 编程
18+
- 编程语言
19+
- 脚本
20+
- 语言
21+
Documentations:
22+
- DocumentLabel: 学习
23+
DocumentUrl: https://go.dev/learn/
24+
- DocumentLabel: 文档
25+
DocumentUrl: https://go.dev/doc/
26+
- DocumentLabel: 维基
27+
DocumentUrl: https://go.dev/wiki/
28+
ManifestType: locale
29+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with AutoPublish using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: GoLang.Go
5+
PackageVersion: 1.24.6
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)