-
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: bump Go version to 1.22.10-1 (#11312)
- Loading branch information
1 parent
8003850
commit 2f3f2f9
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.9-20241202.5.src.tar.gz | ||
%global ms_go_revision 2 | ||
%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 | ||
|
@@ -15,7 +15,7 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: golang | ||
Version: 1.22.9 | ||
Version: 1.22.10 | ||
Release: 1%{?dist} | ||
License: BSD-3-Clause | ||
Vendor: Microsoft Corporation | ||
|
@@ -162,6 +162,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Wed Dec 04 2024 Microsoft Golang Bot <[email protected]> - 1.22.10-1 | ||
- Bump version to 1.22.10-1 | ||
|
||
* Tue Dec 03 2024 Microsoft Golang Bot <[email protected]> - 1.22.9-1 | ||
- Bump version to 1.22.9-2 | ||
|
||
|
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