-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golang: update to 2024-12-02 releases (#11291)
Co-authored-by: microsoft-golang-bot <[email protected]>
- Loading branch information
1 parent
a8970d5
commit 6c23d77
Showing
5 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
"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.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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-20241202.5.src.tar.gz | ||
%global ms_go_revision 2 | ||
%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 | ||
* Tue Dec 03 2024 Microsoft Golang Bot <[email protected]> - 1.22.9-1 | ||
- Bump version to 1.22.9-2 | ||
|
||
* Tue Oct 08 2024 Muhammad Falak <[email protected]> - 1.22.7-3 | ||
- Fork out 1.22 as supported version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global goroot %{_libdir}/golang | ||
%global gopath %{_datadir}/gocode | ||
%global ms_go_filename go1.23.3-20241107.5.src.tar.gz | ||
%global ms_go_revision 1 | ||
%global ms_go_filename go1.23.3-20241202.3.src.tar.gz | ||
%global ms_go_revision 2 | ||
%global go_priority %(echo %{version}.%{ms_go_revision} | tr -d .) | ||
%ifarch aarch64 | ||
%global gohostarch arm64 | ||
|
@@ -16,7 +16,7 @@ | |
Summary: Go | ||
Name: golang | ||
Version: 1.23.3 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: BSD-3-Clause | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -162,6 +162,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Tue Dec 03 2024 Microsoft Golang Bot <[email protected]> - 1.23.3-2 | ||
- Bump version to 1.23.3-2 | ||
|
||
* Fri Nov 08 2024 Microsoft Golang Bot <[email protected]> - 1.23.3-1 | ||
- Bump version to 1.23.3-1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters