diff --git a/SPECS/golang/golang-1.22.signatures.json b/SPECS/golang/golang-1.22.signatures.json index 9172f212331..32108769f7c 100644 --- a/SPECS/golang/golang-1.22.signatures.json +++ b/SPECS/golang/golang-1.22.signatures.json @@ -2,7 +2,7 @@ "Signatures": { "go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95", "go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd", - "go1.22.10-20241203.4.src.tar.gz": "3a6318a0ff28798a1b1797b8d22c4f9604cae2088000c39a6875b2598ec4ab22", + "go1.22.12-20250205.4.src.tar.gz": "5574baa6e9944b7f440c851aca3cd1ea9806b5d07695f0cc2cb05e05e1aaa83a", "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" } } diff --git a/SPECS/golang/golang-1.22.spec b/SPECS/golang/golang-1.22.spec index 5535269a3c1..015af6b0d76 100644 --- a/SPECS/golang/golang-1.22.spec +++ b/SPECS/golang/golang-1.22.spec @@ -1,6 +1,6 @@ %global goroot %{_libdir}/golang %global gopath %{_datadir}/gocode -%global ms_go_filename go1.22.10-20241203.4.src.tar.gz +%global ms_go_filename go1.22.12-20250205.4.src.tar.gz %global ms_go_revision 1 %ifarch aarch64 %global gohostarch arm64 @@ -14,8 +14,8 @@ %define __find_requires %{nil} Summary: Go Name: golang -Version: 1.22.10 -Release: 2%{?dist} +Version: 1.22.12 +Release: 1%{?dist} License: BSD-3-Clause Vendor: Microsoft Corporation Distribution: Azure Linux @@ -154,6 +154,9 @@ fi %{_bindir}/* %changelog +* Wed Feb 05 2025 Microsoft Golang Bot - 1.22.12-1 +- Bump version to 1.22.12-1 + * Tue Feb 04 2025 Tobias Brick - 1.22.10-2 - Fix post scriptlet - Remove calls to alternatives diff --git a/cgmanifest.json b/cgmanifest.json index 6dc24505ac7..c931f6e70b8 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4600,8 +4600,8 @@ "type": "other", "other": { "name": "golang", - "version": "1.22.10", - "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.10-1/go1.22.10-20241203.4.src.tar.gz" + "version": "1.22.12", + "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.12-1/go1.22.12-20250205.4.src.tar.gz" } } },