X Tutup
Skip to content

Commit 56eca84

Browse files
committed
Remove reference of GO111MODULE=off
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
1 parent 56672b9 commit 56eca84

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Vagrant.configure("2") do |config|
8585
curl -fsSL "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" | tar Cxz /usr/local
8686
cat >> /etc/environment <<EOF
8787
PATH=/usr/local/go/bin:$PATH
88-
GO111MODULE=off
8988
EOF
9089
source /etc/environment
9190
cat >> /etc/profile.d/sh.local <<EOF

contrib/Dockerfile.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN apt-get update && apt-get install -y \
3535
COPY go.mod go.mod
3636
COPY script/setup/install-runc install-runc
3737
ARG GOPROXY=direct
38-
ARG GO111MODULE=off
3938
RUN ./install-runc
4039

4140
FROM golang-base AS dev

0 commit comments

Comments
 (0)
X Tutup