diff --git a/SPECS/golang/golang.signatures.json b/SPECS/golang/golang.signatures.json index 0da3854bd60..4026f20bf42 100644 --- a/SPECS/golang/golang.signatures.json +++ b/SPECS/golang/golang.signatures.json @@ -2,6 +2,6 @@ "Signatures": { "go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95", "go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52", - "go.20240111.3.src.tar.gz": "45bb84358f15783271835c97c9034fcc2e0da60d1d854683e6300703a5b6770b" + "go.20240305.7.src.tar.gz": "f361870cf54c4cb4123cdb89ca9d5b6f056a4db3f70993cd8ae1413bb9d61e7a" } } diff --git a/SPECS/golang/golang.spec b/SPECS/golang/golang.spec index 2686cc8b2b4..242d4ee16de 100644 --- a/SPECS/golang/golang.spec +++ b/SPECS/golang/golang.spec @@ -2,7 +2,7 @@ %global goroot %{_libdir}/golang %global gopath %{_datadir}/gocode %global ms_go_revision 1 -%global ms_go_buildid 20240111.3 +%global ms_go_buildid 20240305.7 %ifarch aarch64 %global gohostarch arm64 %else @@ -15,8 +15,8 @@ %define __find_requires %{nil} Summary: Go Name: golang -Version: 1.21.6 -Release: 2%{?dist} +Version: 1.21.8 +Release: 1%{?dist} License: BSD-3-Clause Vendor: Microsoft Corporation Distribution: Azure Linux @@ -144,6 +144,9 @@ fi %{_bindir}/* %changelog +* Fri Mar 08 2024 Davis Goodin - 1.21.8-1 +- Bump version to 1.21.8-1 + * Thu Feb 22 2024 Muhammad Falak - 1.21.6-2 - Include go.env file in GOROOT diff --git a/cgmanifest.json b/cgmanifest.json index 7d6a7730954..29c6da7cb50 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -4610,8 +4610,8 @@ "type": "other", "other": { "name": "golang", - "version": "1.21.6", - "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.21.6-1/go.20240111.3.src.tar.gz" + "version": "1.21.8", + "downloadUrl": "https://github.com/microsoft/go/releases/download/v1.21.8-1/go.20240305.7.src.tar.gz" } } },