mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Remove go module workarounds
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -11,7 +11,6 @@ ARG BASE_DEBIAN_DISTRO="bookworm"
|
||||
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"
|
||||
|
||||
FROM ${GOLANG_IMAGE}
|
||||
ENV GO111MODULE=off
|
||||
ENV GOTOOLCHAIN=local
|
||||
|
||||
# Compile and runtime deps
|
||||
|
||||
Reference in New Issue
Block a user