golang-1.18 1.18.1-1ubuntu1~18.04.3 source package in Ubuntu

Changelog

golang-1.18 (1.18.1-1ubuntu1~18.04.3) bionic; urgency=medium

  * d/control: remove Breaks: dh-golang (<< 1.43~).
    dh-golang/1.34.2 is available in Bionic. If you need any feature from
    newer dh-golang please try to implement it directly in the affected
    package. As reference take a look at LP #1967425.

golang-1.18 (1.18.1-1ubuntu1~18.04.2) bionic; urgency=medium

  * d/rules: stop using debhelper 12/13 execute_{after,before}_ overrides.

golang-1.18 (1.18.1-1ubuntu1~18.04.1) bionic; urgency=medium

  * Backport to Bionic (LP: #1977860).
    - Downgrade debhelper compat level to 11.

 -- Lucas Kanashiro <email address hidden>  Thu, 08 Dec 2022 11:41:22 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Bionic
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 Pocket Published Component Section

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~18.04.3.debian.tar.xz 39.7 KiB 98127e41657d1af3d1f744c41819efa6ba9703fbc27ece68ab2ad292feee9cc3
golang-1.18_1.18.1-1ubuntu1~18.04.3.dsc 2.7 KiB 8b501318822aca7630c941e9b7d6c63efd6eacdb766052e15ceab623e6b9b721

View changes file

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: Go programming language - documentation

 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 documentation for the Go programming
 language.

golang-1.18-go: Go programming language compiler, linker, compiled stdlib

 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 an assembler, compiler, linker, and compiled libraries
 for the Go programming language.
 .
 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-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.