From 2f3f2f94e89eeff809114115bd18a8c3bd211ba6 Mon Sep 17 00:00:00 2001 From: microsoft-golang-bot <81265916+microsoft-golang-bot@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:42:53 -0800 Subject: [PATCH] golang: bump Go version to 1.22.10-1 (#11312) --- SPECS/golang/golang-1.22.signatures.json | 2 +- SPECS/golang/golang-1.22.spec | 9 ++++++--- cgmanifest.json | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SPECS/golang/golang-1.22.signatures.json b/SPECS/golang/golang-1.22.signatures.json index 0c259155811..9172f212331 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.9-20241202.5.src.tar.gz": "e7a4e32e0690878fd5d64c4c133134d5a4bdbcbc508a93624ce69a0642eedbd4", + "go1.22.10-20241203.4.src.tar.gz": "3a6318a0ff28798a1b1797b8d22c4f9604cae2088000c39a6875b2598ec4ab22", "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" } } diff --git a/SPECS/golang/golang-1.22.spec b/SPECS/golang/golang-1.22.spec index 1daa78acf6c..e854d24b5ba 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.9-20241202.5.src.tar.gz -%global ms_go_revision 2 +%global ms_go_filename go1.22.10-20241203.4.src.tar.gz +%global ms_go_revision 1 %global go_priority %(echo %{version}.%{ms_go_revision} | tr -d .) %ifarch aarch64 %global gohostarch arm64 @@ -15,7 +15,7 @@ %define __find_requires %{nil} Summary: Go Name: golang -Version: 1.22.9 +Version: 1.22.10 Release: 1%{?dist} License: BSD-3-Clause Vendor: Microsoft Corporation @@ -162,6 +162,9 @@ fi %{_bindir}/* %changelog +* Wed Dec 04 2024 Microsoft Golang Bot - 1.22.10-1 +- Bump version to 1.22.10-1 + * Tue Dec 03 2024 Microsoft Golang Bot - 1.22.9-1 - Bump version to 1.22.9-2 diff --git a/cgmanifest.json b/cgmanifest.json index 0118e391adc..baa0bcbf1aa 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4600,8 +4600,8 @@ "type": "other", "other": { "name": "golang", - "version": "1.22.9", - "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.9-2/go1.22.9-20241202.5.src.tar.gz" + "version": "1.22.10", + "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.10-1/go1.22.10-20241203.4.src.tar.gz" } } },