Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(security) golang: bump Go version to 1.22.11-1 #11969

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
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.22.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Signatures": {
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
"go1.22.10-20241203.4.src.tar.gz": "3a6318a0ff28798a1b1797b8d22c4f9604cae2088000c39a6875b2598ec4ab22",
"go1.22.11-20250116.5.src.tar.gz": "5fbe59c38b7e27e6f3e7e6acc9febf98b0b8b70dae105d9c0e9057e7a9d44ad0",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
7 changes: 5 additions & 2 deletions SPECS/golang/golang-1.22.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.22.10-20241203.4.src.tar.gz
%global ms_go_filename go1.22.11-20250116.5.src.tar.gz
%global ms_go_revision 1
%global go_priority %(echo %{version}.%{ms_go_revision} | tr -d .)
%ifarch aarch64
Expand All @@ -15,7 +15,7 @@
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.22.10
Version: 1.22.11
Release: 1%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -162,6 +162,9 @@ fi
%{_bindir}/*

%changelog
* Fri Jan 17 2025 Microsoft Golang Bot <[email protected]> - 1.22.11-1
- Bump version to 1.22.11-1

* Wed Dec 04 2024 Microsoft Golang Bot <[email protected]> - 1.22.10-1
- Bump version to 1.22.10-1

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4600,8 +4600,8 @@
"type": "other",
"other": {
"name": "golang",
"version": "1.22.10",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.10-1/go1.22.10-20241203.4.src.tar.gz"
"version": "1.22.11",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.22.11-1/go1.22.11-20250116.5.src.tar.gz"
}
}
},
Expand Down
Loading