File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3535 docker run --rm \
3636 -u " $( shell id -u) :$( shell id -g) " \
3737 -e GOCACHE=/tmp/go-cache \
38+ -e GOMODCACHE=/tmp/go-mod-cache \
3839 -e GOLANGCI_LINT_CACHE=/tmp/golangci-lint-cache \
3940 -v " $( PWD) :/app" \
4041 -v " $( HOME) /.cache:/tmp/cache" \
4748 docker run --rm \
4849 -u " $( shell id -u) :$( shell id -g) " \
4950 -e GOCACHE=/tmp/go-cache \
51+ -e GOMODCACHE=/tmp/go-mod-cache \
5052 -e GOLANGCI_LINT_CACHE=/tmp/golangci-lint-cache \
5153 -v " $( PWD) :/app" \
5254 -v " $( HOME) /.cache:/tmp/cache" \
@@ -59,6 +61,7 @@ lint-only:
5961 docker run --rm \
6062 -u " $( shell id -u) :$( shell id -g) " \
6163 -e GOCACHE=/tmp/go-cache \
64+ -e GOMODCACHE=/tmp/go-mod-cache \
6265 -e GOLANGCI_LINT_CACHE=/tmp/golangci-lint-cache \
6366 -v " $( PWD) :/app" \
6467 -v " $( HOME) /.cache:/tmp/cache" \
You can’t perform that action at this time.
0 commit comments