mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
build+docs: bump to golang 1.11
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.9.4"
|
|
||||||
- "1.10"
|
- "1.10"
|
||||||
|
- "1.11"
|
||||||
sudo: required
|
sudo: required
|
||||||
install:
|
install:
|
||||||
- sudo add-apt-repository -y ppa:bitcoin/bitcoin -y
|
- sudo add-apt-repository -y ppa:bitcoin/bitcoin -y
|
||||||
|
@@ -7,14 +7,14 @@
|
|||||||
* **Go:** `lnd` is written in Go. To install, run one of the following commands:
|
* **Go:** `lnd` is written in Go. To install, run one of the following commands:
|
||||||
|
|
||||||
|
|
||||||
**Note**: The minimum version of Go supported is Go 1.9. We recommend that
|
**Note**: The minimum version of Go supported is Go 1.10. We recommend that
|
||||||
users use the latest version of Go, which at the time of writing is
|
users use the latest version of Go, which at the time of writing is
|
||||||
[`1.10`](https://blog.golang.org/go1.10).
|
[`1.11`](https://blog.golang.org/go1.11).
|
||||||
|
|
||||||
|
|
||||||
On Linux:
|
On Linux:
|
||||||
```
|
```
|
||||||
sudo apt-get install golang-1.10-go
|
sudo apt-get install golang-1.11-go
|
||||||
```
|
```
|
||||||
> Note that golang-1.10-go puts binaries in /usr/lib/go-1.10/bin. If you want them on your PATH, you need to make that change yourself. Alternatively, you can run:
|
> Note that golang-1.10-go puts binaries in /usr/lib/go-1.10/bin. If you want them on your PATH, you need to make that change yourself. Alternatively, you can run:
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user