Skip to content

Commit 69f1a25

Browse files
committed
fix: lint permission issue
Signed-off-by: emirot <emirot.nolan@gmail.com>
1 parent 1160ae2 commit 69f1a25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ shell: build-dirs build-env
211211
-v "$$(pwd)/.go/std/$(GOOS)/$(GOARCH):/usr/local/go/pkg/$(GOOS)_$(GOARCH)_static:delegated" \
212212
-v "$$(pwd)/.go/go-build:/.cache/go-build:delegated" \
213213
-v "$$(pwd)/.go/golangci-lint:/.cache/golangci-lint:delegated" \
214+
-v "$$(pwd)/.go/golangci-lint:/.cache/goimports" \
214215
-w /github.com/vmware-tanzu/velero \
215216
$(BUILDER_IMAGE) \
216217
/bin/sh $(CMD)

0 commit comments

Comments
 (0)