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.
16
16
We want to build go-ethereum with the most recent version of Go, irrespective of the Go
17
17
version that is available in the main Ubuntu repository. In order to make this possible,
18
18
our 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
20
20
can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies
21
21
22
22
## Building Packages Locally (for testing)
23
23
24
24
You need to run Ubuntu to do test packaging.
25
25
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:
27
27
28
28
$ sudo apt-add-repository ppa:gophers/ubuntu/archive
29
29
$ 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
31
31
32
32
Create the source packages:
33
33
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Source: {{.Name}}
2
2
Section: science
3
3
Priority: extra
4
4
Maintainer: {{.Author}}
5
- Build-Depends: debhelper (>= 8.0.0), golang-1.10
5
+ Build-Depends: debhelper (>= 8.0.0), golang-1.11
6
6
Standards-Version: 3.9.5
7
7
Homepage: https://ethereum.org
8
8
Vcs-Git: git://github.com/ethereum/go-ethereum.git
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Source: {{.Name}}
2
2
Section: science
3
3
Priority: extra
4
4
Maintainer: {{.Author}}
5
- Build-Depends: debhelper (>= 8.0.0), golang-1.10
5
+ Build-Depends: debhelper (>= 8.0.0), golang-1.11
6
6
Standards-Version: 3.9.5
7
7
Homepage: https://ethereum.org
8
8
Vcs-Git: git://github.com/ethereum/go-ethereum.git
You can’t perform that action at this time.
0 commit comments