runc enable GO111MODULE (#4195)

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-12-11 21:07:29 +02:00
committed by GitHub
parent 50025b8840
commit 7c7ac4e640
193 changed files with 193 additions and 193 deletions

View File

@@ -12,7 +12,7 @@ RUN \
linux-headers \
make \
&& true
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV RUNC_COMMIT=v1.3.3
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \