-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golang: upgrade version 1.20.10 -> 1.21.6
Signed-off-by: Muhammad Falak R Wani <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: golang | ||
Version: 1.20.10 | ||
Version: 1.21.6 | ||
Release: 1%{?dist} | ||
License: BSD-3-Clause | ||
Vendor: Microsoft Corporation | ||
|
@@ -141,6 +141,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Fri Feb 02 2024 Muhammad Falak <[email protected]> - 1.21.6-1 | ||
- Bump version to 1.21.6 | ||
|
||
* Mon Oct 16 2023 Nan Liu <[email protected]> - 1.20.10-1 | ||
- Bump version to 1.20.10 to address CVE-2023-29409, CVE-2023-39318, CVE-2023-39319, CVE-2023-39323, CVE-2023-39533, CVE-2023-29406, CVE-2023-39325, CVE-2023-44487 | ||
- Remove patches that no longer apply | ||
|