-
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.
msft-golang: upgrade version 1.22.10 -> 1.23.3 (#11921)
Signed-off-by: Muhammad Falak R Wani <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 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,7 @@ | ||
%global goroot %{_libdir}/golang | ||
%global gopath %{_datadir}/gocode | ||
%global ms_go_filename go1.22.10-20241203.4.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 | ||
|
@@ -15,7 +15,7 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: msft-golang | ||
Version: 1.22.10 | ||
Version: 1.23.3 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
|
@@ -154,6 +154,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Wed Jan 15 2025 Muhammad Falak <[email protected]> - 1.23.3-1 | ||
- Bump version to 1.23.3 | ||
|
||
* Mon Jan 06 2025 Riken Maharjan <[email protected]> - 1.22.10-1 | ||
- Bump version to 1.22.10-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