chore: Update minimum golang version to 1.13

This commit is contained in:
Jake Sylvestre 2020-07-28 19:46:52 -04:00
parent a39c91fbcb
commit 678e5c5736
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@
* **Go modules:** This project uses [Go modules](https://github.com/golang/go/wiki/Modules)
to manage dependencies as well as to provide *reproducible builds*.
Usage of Go modules (with Go 1.12) means that you no longer need to clone
Usage of Go modules (with Go 1.13) means that you no longer need to clone
`lnd` into your `$GOPATH` for development purposes. Instead, your `lnd`
repo can now live anywhere!
@ -124,7 +124,7 @@ make install
**NOTE**: Our instructions still use the `$GOPATH` directory from prior
versions of Go, but with Go 1.12, it's now possible for `lnd` to live
versions of Go, but with Go 1.13, it's now possible for `lnd` to live
_anywhere_ on your file system.
For Windows WSL users, make will need to be referenced directly via

2
go.mod
View File

@ -85,4 +85,4 @@ replace github.com/lightningnetwork/lnd/clock => ./clock
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
go 1.12
go 1.13