We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7414d73 + 61d88c9 commit 0b3c028Copy full SHA for 0b3c028
dockerfiles/Dockerfile.lint
@@ -13,7 +13,7 @@ FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
13
14
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS lint
15
ENV GOTOOLCHAIN=local
16
-ENV GO111MODULE=off
+ENV GO111MODULE=auto
17
ENV CGO_ENABLED=0
18
ENV GOGC=75
19
WORKDIR /go/src/github.com/docker/cli
0 commit comments