Sync from SUSE:SLFO:Main go1.21 revision cdf03961a614b1c403f8b2a377eb4433
This commit is contained in:
BIN
go1.21.12.src.tar.gz
LFS
BIN
go1.21.12.src.tar.gz
LFS
Binary file not shown.
BIN
go1.21.13.src.tar.gz
LFS
Normal file
BIN
go1.21.13.src.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 17:39:08 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- go1.21.13 (released 2024-08-06) includes fixes to the go command,
|
||||
the covdata command, and the bytes package.
|
||||
Refs boo#1212475 go1.21 release tracking
|
||||
* go#68491 cmd/covdata: too many open files due to defer f.Close() in for loop
|
||||
* go#68474 bytes: IndexByte can return -4294967295 when memory usage is above 2^31 on js/wasm
|
||||
* go#68221 cmd/go: list with -export and -covermode=atomic fails to build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 18:51:48 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
%endif
|
||||
|
||||
Name: go1.21
|
||||
Version: 1.21.12
|
||||
Version: 1.21.13
|
||||
Release: 0
|
||||
Summary: A compiled, garbage-collected, concurrent programming language
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user