Skip to content

Commit 4385891

Browse files
authored
Disable image caching in setup-qemu action (#23)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 8820d78 commit 4385891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ lint: $(BUILD_DIRS)
190190
--env GO111MODULE=on \
191191
--env GOFLAGS="-mod=vendor" \
192192
$(BUILD_IMAGE) \
193-
golangci-lint run --enable $(ADDTL_LINTERS) --timeout=10m --skip-files="generated.*\.go$\" --skip-dirs-use-default
193+
golangci-lint run --enable $(ADDTL_LINTERS) --timeout=10m --exclude-files="generated.*\.go$\" --exclude-dirs-use-default
194194

195195
$(BUILD_DIRS):
196196
@mkdir -p $@

0 commit comments

Comments
 (0)