-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO-CHERRYPICK] Move Golang changes to fasttrack/2.0 - branch main (#…
…11806) Co-authored-by: Riken Maharjan <[email protected]>
- Loading branch information
1 parent
b97c3de
commit 342069b
Showing
3 changed files
with
9 additions
and
5 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
%global goroot %{_libdir}/golang | ||
%global gopath %{_datadir}/gocode | ||
%global ms_go_filename go1.22.8-20241001.6.src.tar.gz | ||
%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 | ||
%else | ||
|
@@ -14,7 +15,7 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: msft-golang | ||
Version: 1.22.8 | ||
Version: 1.22.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
|
@@ -153,6 +154,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Mon Jan 06 2025 Riken Maharjan <[email protected]> - 1.22.10-1 | ||
- Bump version to 1.22.10-1 | ||
|
||
* Thu Oct 24 2024 CBL-Mariner Servicing Account <[email protected]> - 1.22.8-1 | ||
- Auto-upgrade to 1.22.8 - To fix CVE-2022-41717 | ||
|
||
|
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