From 43819982cfbd16d82817ce89c65b15c13eadcaf1 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:39:15 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.58.2 --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 31cf00f0..030eee42 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -7,7 +7,7 @@ RUN zypper -n up && \ zypper -n in git docker vim curl wget RUN rm -rf /go/src /go/pkg RUN if [ "${ARCH}" == "amd64" ]; then \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.2; \ + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.58.2; \ fi ENV DAPPER_ENV REPO TAG DRONE_TAG