golang-1.18 1.18.1-1ubuntu1 source package in Ubuntu
Changelog
golang-1.18 (1.18.1-1ubuntu1) jammy; urgency=medium * Merge from Debian unstable. Remaining changes: - 0001-cmd-link-check-CGO_CFLAGS-for-non-g-I-O-options-befo.patch disable internal linking when dynamically linking and CGO_CFLAGS contains flags that might make host object files that the internal linkers ELF reader does not support. This fixes lots of package builds when LTO is enabled by default via dpkg-buildflags. -- William 'jawn-smith' Wilson <email address hidden> Wed, 13 Apr 2022 16:52:45 -0500
Upload details
- Uploaded by:
- William Wilson
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | golang |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-1.18_1.18.1.orig.tar.gz | 21.8 MiB | efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088 |
golang-1.18_1.18.1-1ubuntu1.debian.tar.xz | 39.4 KiB | 869fc831e4c13c5ece8a6f3ccc5bb691b320a185570d44810a2677e0a8e4f085 |
golang-1.18_1.18.1-1ubuntu1.dsc | 2.6 KiB | b0f0061ed7cb6dfd493a351d0a7a6e5e1f87dd2a67c7436cea3837c3b860ad32 |
Available diffs
- diff from 1.18-1ubuntu1 to 1.18.1-1ubuntu1 (25.0 KiB)
Binary packages built by this source
- golang-1.18: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
.
To use this version, instead of the default one provided by golang-go
package, add /usr/lib/go-1.18/ bin/ to PATH, or invoke /usr/lib/ go-1.18/ bin/go
directly.
- golang-1.18-doc: No summary available for golang-1.18-doc in ubuntu kinetic.
No description available for golang-1.18-doc in ubuntu kinetic.
- golang-1.18-go: No summary available for golang-1.18-go in ubuntu kinetic.
No description available for golang-1.18-go in ubuntu kinetic.
- golang-1.18-go-dbgsym: debug symbols for golang-1.18-go
- golang-1.18-src: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
compilation.