We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56672b9 commit 56eca84Copy full SHA for 56eca84
Vagrantfile
@@ -85,7 +85,6 @@ Vagrant.configure("2") do |config|
85
curl -fsSL "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" | tar Cxz /usr/local
86
cat >> /etc/environment <<EOF
87
PATH=/usr/local/go/bin:$PATH
88
-GO111MODULE=off
89
EOF
90
source /etc/environment
91
cat >> /etc/profile.d/sh.local <<EOF
contrib/Dockerfile.test
@@ -35,7 +35,6 @@ RUN apt-get update && apt-get install -y \
35
COPY go.mod go.mod
36
COPY script/setup/install-runc install-runc
37
ARG GOPROXY=direct
38
-ARG GO111MODULE=off
39
RUN ./install-runc
40
41
FROM golang-base AS dev
0 commit comments