mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 06:01:48 +02:00
multi: remove unneeded env variables
With Go 1.23 we don't need to set any of these variables anymore, as they're the default values now.
This commit is contained in:
@@ -7,7 +7,6 @@ MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>
|
||||
# Golang build related environment variables that are static and used for all
|
||||
# architectures/OSes.
|
||||
ENV GODEBUG netdns=cgo
|
||||
ENV GO111MODULE=auto
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
# Set up cache directories. Those will be mounted from the host system to speed
|
||||
|
Reference in New Issue
Block a user