From 7d79f85a7650617214a772f572089e363ecfc69a Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Tue, 21 Jan 2025 15:23:45 -0700 Subject: [PATCH] update Signed-off-by: Brian Downs --- .golangci.json | 6 +++--- Dockerfile.dapper | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.json b/.golangci.json index aa784bfd9..c90aa0396 100644 --- a/.golangci.json +++ b/.golangci.json @@ -11,13 +11,13 @@ ] }, "run": { + "skip-files": [ + "/zz_generated_" + ], "deadline": "5m" }, "issues": { "exclude-rules": [ - { - "text:" "/zz_generated_*" - }, { "linters": "revive", "text": "should have comment or be unexported" diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 24f662993..30b73c0e0 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -66,7 +66,7 @@ RUN ln -s /usr/bin/cni /usr/bin/bridge && \ ARG DAPPER_HOST_ARCH ENV ARCH $DAPPER_HOST_ARCH -ENV GOLANGCI_LINT v1.59.0 +ENV GOLANGCI_LINT v1.60.3 RUN zypper -n install git docker vim less file curl wget jq awk && rpm -e --nodeps --noscripts containerd RUN go install golang.org/x/tools/cmd/goimports@latest