Accepting request 1137839 from home:jfkw:branches:devel:languages:go

- go1.20.13 (released 2024-01-09) includes fixes to the runtime and
  the crypto/tls package.
  Refs boo#1206346 go1.20 release tracking
  * go#63910 x/build,os/signal: TestDetectNohup and TestNohup fail on replacement darwin LUCI builders
  * go#64409 runtime: ReadMemStats fatal error: mappedReady and other memstats are not equal
  * go#64718 crypto: upgrade to BoringCrypto fips-20220613 and enable TLS 1.3

OBS-URL: https://build.opensuse.org/request/show/1137839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.20?expand=0&rev=38
This commit is contained in:
Jeff Kowalczyk 2024-01-09 22:30:40 +00:00 committed by Git OBS Bridge
parent 62a6d38ebf
commit cb379cf72b
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5bf934751d31c315c1d0bb5fb02296545fa6d08923566f7a5afec81f2ed27d6
size 26200362

3
go1.20.13.src.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e
size 26287815

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 9 18:40:15 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- go1.20.13 (released 2024-01-09) includes fixes to the runtime and
the crypto/tls package.
Refs boo#1206346 go1.20 release tracking
* go#63910 x/build,os/signal: TestDetectNohup and TestNohup fail on replacement darwin LUCI builders
* go#64409 runtime: ReadMemStats fatal error: mappedReady and other memstats are not equal
* go#64718 crypto: upgrade to BoringCrypto fips-20220613 and enable TLS 1.3
-------------------------------------------------------------------
Tue Dec 5 19:03:51 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package go1.20
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -126,7 +126,7 @@
%endif
Name: go1.20
Version: 1.20.12
Version: 1.20.13
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
License: BSD-3-Clause