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:
Oliver Gugger
2025-02-18 12:33:43 +01:00
parent 70ac201cb8
commit 576da75a07
4 changed files with 8 additions and 14 deletions

View File

@@ -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