Merge pull request #7 from metcalfc/go-cleanup

Add go src to the cleanup.
This commit is contained in:
Chuck Lantz
2019-10-30 15:44:09 -05:00
committed by GitHub

View File

@@ -64,7 +64,10 @@ RUN go get -x -d github.com/stamblerre/gocode 2>&1 \
honnef.co/go/tools/... \ honnef.co/go/tools/... \
github.com/golangci/golangci-lint/cmd/golangci-lint \ github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/mgechev/revive \ github.com/mgechev/revive \
github.com/derekparker/delve/cmd/dlv 2>&1 github.com/derekparker/delve/cmd/dlv 2>&1 \
#
# Clean up
&& rm -rf /go/src
# Uncomment the line below if you are using go modules # Uncomment the line below if you are using go modules
# ENV GO111MODULE=on # ENV GO111MODULE=on