Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/golang/golang-1.24.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
"go1.22.12-20250211.4.src.tar.gz": "e1cc3bff8fdf1f24843ffc9f0eaddfd344eb40fd9ca0d9ba2965165be519eeb7",
"go1.24.7-20250903.8.src.tar.gz": "5ab5a299e1dca0508ad8631a46acf8b4101061dd41224693009e6dfea91f22d4",
"go1.24.9-20251013.3.src.tar.gz": "feca4b32abbd7e2a477aeffef60d0e5cd371356c2864d40602604c4386321262",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
7 changes: 5 additions & 2 deletions SPECS/golang/golang-1.24.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global goroot %{_libdir}/golang
%global gopath %{_datadir}/gocode
%global ms_go_filename go1.24.7-20250903.8.src.tar.gz
%global ms_go_filename go1.24.9-20251013.3.src.tar.gz
%global ms_go_revision 1
%ifarch aarch64
%global gohostarch arm64
Expand All @@ -14,7 +14,7 @@
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.24.7
Version: 1.24.9
Release: 1%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -160,6 +160,9 @@ fi
%{_bindir}/*

%changelog
* Tue Oct 14 2025 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.24.9-1
- Bump version to 1.24.9-1

* Thu Sep 04 2025 Davis Goodin <[email protected]> - 1.24.7-1
- Bump version to 1.24.7-1

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4760,8 +4760,8 @@
"type": "other",
"other": {
"name": "golang",
"version": "1.24.7",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.24.7-1/go1.24.7-20250903.8.src.tar.gz"
"version": "1.24.9",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.24.9-1/go1.24.9-20251013.3.src.tar.gz"
}
}
},
Expand Down
Loading