We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1160ae2 commit 69f1a25Copy full SHA for 69f1a25
1 file changed
Makefile
@@ -211,6 +211,7 @@ shell: build-dirs build-env
211
-v "$$(pwd)/.go/std/$(GOOS)/$(GOARCH):/usr/local/go/pkg/$(GOOS)_$(GOARCH)_static:delegated" \
212
-v "$$(pwd)/.go/go-build:/.cache/go-build:delegated" \
213
-v "$$(pwd)/.go/golangci-lint:/.cache/golangci-lint:delegated" \
214
+ -v "$$(pwd)/.go/golangci-lint:/.cache/goimports" \
215
-w /github.com/vmware-tanzu/velero \
216
$(BUILDER_IMAGE) \
217
/bin/sh $(CMD)
0 commit comments