This update for go1 fixes the following issues:
Update to version 1.24.13 (jsc#SLE-18320, bsc#1236217).
Security issues fixed:
- CVE-2025-61732: cmd/cgo: discrepancy between Go and C/C++ comment parsing allows for C code smuggling (bsc#1257692).
- CVE-2025-68119: cmd/go: unexpected code execution when invoking toolchain (bsc#1256820).
- CVE-2025-68121: crypto/tls: Config.Clone copies automatically generated session ticket keys, session resumption does
not account for the expiration of full certificate chain (bsc#1256818).
Other updates and bugfixes:
- go#77322 crypto/x509: single-label excluded DNS name constraints incorrectly match all wildcard SANs
- go#77424 crypto/tls: CL 737700 broke session resumption on macOS