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.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
"go1.22.12-20250211.4.src.tar.gz": "e1cc3bff8fdf1f24843ffc9f0eaddfd344eb40fd9ca0d9ba2965165be519eeb7",
"go1.24.13-20260204.5.src.tar.gz": "fdf4ec44d7191e59890e988ffba8ab3fd133ec6bd3757955223712f369e2328b",
"go1.27.0-20260819.4.src.tar.gz": "605eba96885795b648cbcc5903368699666b4be302754d3db3beec8b933ab3ec",
"go1.27.1-20260904.9.src.tar.gz": "635f34eae0b368a8e286e8cb39c66c423ca323d1a71b5de3f4c0b2b24169e9d7",
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
}
}
9 changes: 6 additions & 3 deletions SPECS/golang/golang.spec
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.27.0-20260819.4.src.tar.gz
%global ms_go_revision 1
%global ms_go_filename go1.27.1-20260904.9.src.tar.gz
%global ms_go_revision 2
%ifarch aarch64
%global gohostarch arm64
%else
Expand All @@ -14,7 +14,7 @@
%define __find_requires %{nil}
Summary: Go
Name: golang
Version: 1.27.0
Version: 1.27.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should probably wait for the full build results before merging.

Full Build Triggered: link

@mfrw Muhammad Falak R Wani (mfrw) Sep 7, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build Broke while creating Images: link
It seems it is unrelated to the go change though.

Release: 1%{?dist}
License: BSD-3-Clause
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -170,6 +170,9 @@ fi
%{_bindir}/*

%changelog
* Sat Sep 05 2026 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.27.1-1
- Bump version to 1.27.1-2

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Adds support for ML-KEM with OpenSSL 3.3


* Thu Aug 20 2026 bot-for-go[bot] <199222863+bot-for-go[bot]@users.noreply.github.com> - 1.27.0-1
- Bump version to 1.27.0-1

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4770,8 +4770,8 @@
"type": "other",
"other": {
"name": "golang",
"version": "1.27.0",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.27.0-1/go1.27.0-20260819.4.src.tar.gz"
"version": "1.27.1",
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.27.1-2/go1.27.1-20260904.9.src.tar.gz"
}
}
},
Expand Down
Loading