From cfd0beaa91a3c3046809777d39cdfb106061e217 Mon Sep 17 00:00:00 2001 From: microsoft-golang-bot <81265916+microsoft-golang-bot@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:22:00 -0800 Subject: [PATCH] golang: bump Go version to 1.22.9-1 --- SPECS/golang/golang-1.22.signatures.json | 14 +++++++------- SPECS/golang/golang-1.22.spec | 11 +++++++---- cgmanifest.json | 4 ++-- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/SPECS/golang/golang-1.22.signatures.json b/SPECS/golang/golang-1.22.signatures.json index 72551b05f50..a55d7d87bb8 100644 --- a/SPECS/golang/golang-1.22.signatures.json +++ b/SPECS/golang/golang-1.22.signatures.json @@ -1,8 +1,8 @@ { - "Signatures": { - "go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95", - "go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd", - "go1.22.7-20240925.5.src.tar.gz": "6577057080f0d61f9b7b1c5e3a029c8a24f8c4b38a91a497115ecd259bd987ab", - "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" - } -} \ No newline at end of file + "Signatures": { + "go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95", + "go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd", + "go1.22.9-20241107.6.src.tar.gz": "9b8d99b8bd3ab32d61abc7210d9dbafa80280cf0da885d3ee45b302e6ecebdcc", + "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" + } +} diff --git a/SPECS/golang/golang-1.22.spec b/SPECS/golang/golang-1.22.spec index ece19983a45..6fbbadf77c2 100644 --- a/SPECS/golang/golang-1.22.spec +++ b/SPECS/golang/golang-1.22.spec @@ -1,7 +1,7 @@ %global goroot %{_libdir}/golang %global gopath %{_datadir}/gocode -%global ms_go_filename go1.22.7-20240925.5.src.tar.gz -%global ms_go_revision 3 +%global ms_go_filename go1.22.9-20241107.6.src.tar.gz +%global ms_go_revision 1 %global go_priority %(echo %{version}.%{ms_go_revision} | tr -d .) %ifarch aarch64 %global gohostarch arm64 @@ -15,8 +15,8 @@ %define __find_requires %{nil} Summary: Go Name: golang -Version: 1.22.7 -Release: 3%{?dist} +Version: 1.22.9 +Release: 1%{?dist} License: BSD-3-Clause Vendor: Microsoft Corporation Distribution: Azure Linux @@ -162,6 +162,9 @@ fi %{_bindir}/* %changelog +* Mon Nov 11 2024 Microsoft Golang Bot - 1.22.9-1 +- Bump version to 1.22.9-1 + * Tue Oct 08 2024 Muhammad Falak - 1.22.7-3 - Fork out 1.22 as supported version diff --git a/cgmanifest.json b/cgmanifest.json index d1159de93cc..0f717520587 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4590,8 +4590,8 @@ "type": "other", "other": { "name": "golang", - "version": "1.22.7", - "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.7-3/go1.22.7-20240925.5.src.tar.gz" + "version": "1.22.9", + "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.9-1/go1.22.9-20241107.6.src.tar.gz" } } },