build: set Go version to 1.15 remove retract
We need to remove the retract as it's a new directive that isn't understood by Go versions < 1.16.
This commit is contained in:
parent
8f940a5ea3
commit
2b5c9e1606
4
go.mod
4
go.mod
@ -89,6 +89,4 @@ replace github.com/lightningnetwork/lnd/clock => ./clock
|
|||||||
|
|
||||||
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
|
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
|
||||||
|
|
||||||
go 1.13
|
go 1.15
|
||||||
|
|
||||||
retract v0.0.2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user