-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(security) golang: bump Go version to 1.23.6-1
- Loading branch information
1 parent
b0a482b
commit 8263775
Showing
3 changed files
with
10 additions
and
7 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.23.3-20241202.3.src.tar.gz | ||
%global ms_go_revision 2 | ||
%global ms_go_filename go1.23.6-20250205.5.src.tar.gz | ||
%global ms_go_revision 1 | ||
%ifarch aarch64 | ||
%global gohostarch arm64 | ||
%else | ||
|
@@ -14,8 +14,8 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: golang | ||
Version: 1.23.3 | ||
Release: 3%{?dist} | ||
Version: 1.23.6 | ||
Release: 1%{?dist} | ||
License: BSD-3-Clause | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -154,6 +154,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Wed Feb 05 2025 Microsoft Golang Bot <[email protected]> - 1.23.6-1 | ||
- Bump version to 1.23.6-1 | ||
|
||
* Tue Feb 04 2025 Tobias Brick <[email protected]> - 1.23.3-3 | ||
- Fix post scriptlet | ||
- Remove calls to alternatives | ||
|
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