Skip to content

Commit 61d88c9

Browse files
committed
lint: don't disable modules
prevent the linter from traversing the docker-trust plugin module Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7414d73 commit 61d88c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
1313

1414
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS lint
1515
ENV GOTOOLCHAIN=local
16-
ENV GO111MODULE=off
16+
ENV GO111MODULE=auto
1717
ENV CGO_ENABLED=0
1818
ENV GOGC=75
1919
WORKDIR /go/src/github.com/docker/cli

0 commit comments

Comments
 (0)