From d2b4028fd1a2f0be0a92f4772128bdef3d9a3760 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 05:26:29 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.61.0 --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index dcb5d162..ce1f2e26 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -6,7 +6,7 @@ ENV ARCH $DAPPER_HOST_ARCH RUN zypper -n up && \ zypper -n in git docker vim less file curl wget ca-certificates gawk RUN if [ "${ARCH}" == "amd64" ]; then \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.2; \ + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.61.0; \ fi RUN curl -sL https://get.helm.sh/helm-v3.5.4-linux-${ARCH}.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1