Sync from SUSE:SLFO:Main go1.22 revision b7f81e64324daff3c3e2d893589e8dcc

This commit is contained in:
Adrian Schröter 2024-10-11 10:03:19 +02:00
parent 065dcf4938
commit 0307161622
4 changed files with 14 additions and 4 deletions

BIN
go1.22.7.src.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
go1.22.8.src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 1 17:24:31 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.22.8 (released 2024-10-01) includes fixes to cgo, and the
maps and syscall packages.
Refs boo#1218424 go1.22 release tracking
* go#69155 maps: segmentation violation in maps.Clone
* go#69218 cmd/cgo: alignment issue with int128 inside of a struct
* go#69366 syscall: TestAmbientCapsUserns fails on Ubuntu 24.04/Linux 6.8.0
-------------------------------------------------------------------
Thu Sep 5 15:20:28 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -122,7 +122,7 @@
%endif
Name: go1.22
Version: 1.22.7
Version: 1.22.8
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause