Skip to content

Commit 45870d6

Browse files
Kanishk-BansalKanishk Bansal
andauthored
Upgrade msft-golang to 1.25.8 (#16330)
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com>
1 parent 42a0069 commit 45870d6

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

SPECS/coredns/coredns.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Fast and flexible DNS server
44
Name: coredns
55
Version: 1.11.1
6-
Release: 26%{?dist}
6+
Release: 27%{?dist}
77
License: Apache License 2.0
88
Vendor: Microsoft Corporation
99
Distribution: Mariner
@@ -52,7 +52,7 @@ Patch16: CVE-2025-68151.patch
5252
Patch17: CVE-2026-26017.patch
5353
Patch18: CVE-2026-26018.patch
5454

55-
BuildRequires: msft-golang
55+
BuildRequires: msft-golang < 1.25
5656

5757
%description
5858
CoreDNS is a fast and flexible DNS server.
@@ -89,6 +89,9 @@ install -p -m 755 -t %{buildroot}%{_bindir} %{name}
8989
%{_bindir}/%{name}
9090

9191
%changelog
92+
* Sat Mar 28 2026 Kanishk Bansal <kanbansal@microsoft.com> - 1.11.1-27
93+
- Set golang as BR
94+
9295
* Wed Mar 11 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 1.11.1-26
9396
- Patch for CVE-2026-26018, CVE-2026-26017
9497

SPECS/msft-golang/msft-golang.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"go.20230802.5.src.tar.gz": "56b9e0e0c3c13ca95d5efa6de4e7d49a9d190eca77919beff99d33cd3fa74e95",
44
"go.20240206.2.src.tar.gz": "7982e0011aa9ab95fd0530404060410af4ba57326d26818690f334fdcb6451cd",
55
"go1.22.12-20250211.4.src.tar.gz": "e1cc3bff8fdf1f24843ffc9f0eaddfd344eb40fd9ca0d9ba2965165be519eeb7",
6-
"go1.24.13-20260204.5.src.tar.gz": "fdf4ec44d7191e59890e988ffba8ab3fd133ec6bd3757955223712f369e2328b",
6+
"go1.25.8-20260306.2.src.tar.gz": "32c83228b338bb31782e8c9e6aee82e160ba679061b728ed2c35a00a8a38d474",
77
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
88
}
99
}

SPECS/msft-golang/msft-golang.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global goroot %{_libdir}/golang
22
%global gopath %{_datadir}/gocode
3-
%global ms_go_filename go1.24.13-20260204.5.src.tar.gz
3+
%global ms_go_filename go1.25.8-20260306.2.src.tar.gz
44
%global ms_go_revision 1
55
%ifarch aarch64
66
%global gohostarch arm64
@@ -14,7 +14,7 @@
1414
%define __find_requires %{nil}
1515
Summary: Go
1616
Name: msft-golang
17-
Version: 1.24.13
17+
Version: 1.25.8
1818
Release: 1%{?dist}
1919
License: BSD
2020
Vendor: Microsoft Corporation
@@ -158,6 +158,9 @@ fi
158158
%{_bindir}/*
159159

160160
%changelog
161+
* Fri Mar 27 2026 Kanishk Bansal <kanbansal@microsoft.com> - 1.25.8-1
162+
- Upgrade to 1.25.8
163+
161164
* Mon Feb 09 2026 Kanishk Bansal <kanbansal@microsoft.com> - 1.24.13-1
162165
- Upgrade to 1.24.13
163166

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13643,8 +13643,8 @@
1364313643
"type": "other",
1364413644
"other": {
1364513645
"name": "msft-golang",
13646-
"version": "1.24.13",
13647-
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.24.13-1/go1.24.13-20260204.5.src.tar.gz"
13646+
"version": "1.25.8",
13647+
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.25.8-1/go1.25.8-20260306.2.src.tar.gz"
1364813648
}
1364913649
}
1365013650
},

0 commit comments

Comments
 (0)