File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ variable which Travis CI makes available to certain builds.
1616We want to build go-ethereum with the most recent version of Go, irrespective of the Go
1717version that is available in the main Ubuntu repository. In order to make this possible,
1818our PPA depends on the ~ gophers/ubuntu/archive PPA. Our source package build-depends on
19- golang-1.10 , which is co-installable alongside the regular golang package. PPA dependencies
19+ golang-1.11 , which is co-installable alongside the regular golang package. PPA dependencies
2020can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies
2121
2222## Building Packages Locally (for testing)
2323
2424You need to run Ubuntu to do test packaging.
2525
26- Add the gophers PPA and install Go 1.10 and Debian packaging tools:
26+ Add the gophers PPA and install Go 1.11 and Debian packaging tools:
2727
2828 $ sudo apt-add-repository ppa:gophers/ubuntu/archive
2929 $ sudo apt-get update
30- $ sudo apt-get install build-essential golang-1.10 devscripts debhelper
30+ $ sudo apt-get install build-essential golang-1.11 devscripts debhelper
3131
3232Create the source packages:
3333
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Source: {{.Name}}
22Section: science
33Priority: extra
44Maintainer: {{.Author}}
5- Build-Depends: debhelper (>= 8.0.0), golang-1.10
5+ Build-Depends: debhelper (>= 8.0.0), golang-1.11
66Standards-Version: 3.9.5
77Homepage: https://ethereum.org
88Vcs-Git: git://github.com/ethereum/go-ethereum.git
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Source: {{.Name}}
22Section: science
33Priority: extra
44Maintainer: {{.Author}}
5- Build-Depends: debhelper (>= 8.0.0), golang-1.10
5+ Build-Depends: debhelper (>= 8.0.0), golang-1.11
66Standards-Version: 3.9.5
77Homepage: https://ethereum.org
88Vcs-Git: git://github.com/ethereum/go-ethereum.git
You can’t perform that action at this time.
0 commit comments