multi: Remove GO111MODULE env variable in Makefile

The `GO111MODULE` variable is not required from go 1.16
https://go.dev/blog/go116-module-changes
This commit is contained in:
naveen
2021-10-01 19:45:39 +00:00
committed by Oliver Gugger
parent 43158b6b59
commit b3ef3db0f2
6 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
# Release Notes
## Build System
* [Clean up Makefile by using go
install](https://github.com/lightningnetwork/lnd/pull/6035).
# Contributors (Alphabetical Order)
* Naveen Srinivasan
* Oliver Gugger