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:
Olaoluwa Osuntokun 2021-04-21 17:44:13 -05:00
parent 8f940a5ea3
commit 2b5c9e1606
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

4
go.mod
View File

@ -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
go 1.13
retract v0.0.2
go 1.15