golang-1.13

PPA description

Golang 1.13.x PPA for Ubuntu 18.04 LTS

How to install golang-1.13.x to /usr/lib/go-1.13/ and
make it default (by making a symbolic links like /usr/bin/go -> ../lib/go-1.13/bin/go):

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:hnakamur/golang-1.13
sudo apt update
sudo apt install golang-go golang-1.13-doc
(golang-1.13-doc is needed by the godoc command)

Known probolem for godoc: godoc prints the error "godoc: corpus fstree is nil"
https://github.com/golang/go/issues/15049
As a workaround, please run the commands below.
sudo cp -pr /usr/share/go-1.13/src /usr/lib/go-1.13/src.copy

godoc in golang-golang-x-tools package is incompatible with this package since it looks for /usr/lib/go-1.10/src,
Please install godoc instead with the step written at
https://github.com/golang/tools#downloadinstall

deb source repository:

* golang-1.13: https://github.com/hnakamur/golang-deb
* golang-1.13-race-detector-runtime: https://github.com/hnakamur/golang-1.13-race-detector-runtime-deb
* golang-defaults: https://github.com/hnakamur/golang-defaults-deb

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:hnakamur/golang-1.13 to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:hnakamur/golang-1.13
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

deb https://ppa.launchpadcontent.net/hnakamur/golang-1.13/ubuntu bionic main 
deb-src https://ppa.launchpadcontent.net/hnakamur/golang-1.13/ubuntu bionic main 
Signing key:
4096R/532A4A026239FC3BAEB7869C60D954A11017341E (What is this?)
Fingerprint:
532A4A026239FC3BAEB7869C60D954A11017341E

For questions and bugs with software in this PPA please contact Hiroaki Nakamura.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

13 of 3 results
Package Version Uploaded by
golang-1.13 1.13.1-1ppa1~bionic (Newer version available) Hiroaki Nakamura ()
golang-1.13-race-detector-runtime 0.1+gitfe2c72c-1ppa1~bionic Hiroaki Nakamura ()
golang-defaults 2:1.13~1ubuntu1ppa1~bionic Hiroaki Nakamura ()
13 of 3 results

Latest updates

  • golang-1.13 245 weeks ago
    Successfully built
  • golang-defaults 248 weeks ago
    Successfully built
  • golang-1.13-race-detector-runtime 255 weeks ago
    Successfully built