We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6d7ce commit a49458fCopy full SHA for a49458f
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Set up QEMU
27
id: qemu
28
uses: docker/setup-qemu-action@v3
29
+ with:
30
+ cache-image: false
31
32
- name: Set up Docker Buildx
33
uses: docker/setup-buildx-action@v3
Makefile
@@ -217,7 +217,7 @@ lint: $(BUILD_DIRS)
217
--env GO111MODULE=on \
218
--env GOFLAGS="-mod=vendor" \
219
$(BUILD_IMAGE) \
220
- golangci-lint run --enable $(ADDTL_LINTERS) --timeout=10m --skip-files="generated.*\.go$\" --skip-dirs-use-default
+ golangci-lint run --enable $(ADDTL_LINTERS) --timeout=10m --exclude-files="generated.*\.go$\" --exclude-dirs-use-default
221
222
$(BUILD_DIRS):
223
@mkdir -p $@
0 commit comments