Go programming language compiler and tools
https://go.dev/
Go is an expressive, concurrent, garbage collected systems programming language that is type safe and memory safe. It has pointers but no pointer arithmetic. Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. It feels like a dynamic language but has the speed and safety of a static language.
- Developed at devel:languages:go
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/go1.21 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000203 203 Bytes | |
_constraints | 0000000109 109 Bytes | |
_service | 0000000674 674 Bytes | |
dont-force-gold-on-arm64.patch | 0000001164 1.14 KB | |
gcc-go.patch | 0000002518 2.46 KB | |
go-rpmlintrc | 0000000496 496 Bytes | |
go.gdbinit | 0000000073 73 Bytes | |
go1.21.5.src.tar.gz | 0026986890 25.7 MB | |
go1.21.changes | 0000043713 42.7 KB | |
go1.21.spec | 0000016903 16.5 KB | |
llvm-41cb504b7c4b18ac15830107431a0c1eec73a6b2.tar. |
0002343004 2.23 MB | |
llvm-74c2d4f6024c8f160871a2baa928d0b42415f183.tar. |
0002379184 2.27 MB |
Revision 9 (latest revision is 19)
Ana Guerrero (anag+factory)
accepted
request 1131275
from
Jeff Kowalczyk (jfkw)
(revision 9)
- go1.21.5 (released 2023-12-05) includes security fixes to the go command, and the net/http and path/filepath packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rand, net, os, and syscall packages. Refs boo#1212475 go1.21 release tracking CVE-2023-45285 CVE-2023-45284 CVE-2023-39326 * go#63973 go#63845 boo#1217834 security: fix CVE-2023-45285 cmd/go: git VCS qualifier in module path uses git:// scheme * go#64041 go#63713 boo#1216943 security: fix CVE-2023-45284 path/filepath: Clean removes ending slash for volume on Windows in Go 1.21.4 * go#64435 go#64433 boo#1217833 security: fix CVE-2023-39326 net/http: limit chunked data overhead * go#62055 cmd/go: go mod download needs to support toolchain upgrades * go#63743 cmd/compile: invalid pointer found on stack when compiled with -race * go#63764 os: NTFS deduped file changed from regular to irregular * go#63801 net: TCPConn.ReadFrom hangs when io.Reader is TCPConn or UnixConn, Linux kernel < 5.1 * go#63984 cmd/compile: internal compiler error: panic during prove while compiling: unexpected induction with too many parents * go#63994 syscall: TestOpenFileLimit unintentionally runs on non-Unix platforms * go#64073 runtime: self-deadlock on mheap_.lock * go#64413 crypto/rand: Legacy RtlGenRandom use on Windows (forwarded request 1131273 from jfkw)
Comments 0