From f2b2da161f853a43a1919fe530dc423bf6eba08c Mon Sep 17 00:00:00 2001 From: julia Date: Tue, 24 Sep 2024 11:30:59 -0400 Subject: [PATCH] update golangci-lint version --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index bac07409..d1a4626b 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -10,7 +10,7 @@ RUN zypper -n in git-core curl tar gzip docker wget awk hostname && \ rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* RUN if [ "${ARCH}" == "amd64" ]; then \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1; \ + 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.9.0-linux-${ARCH}.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1 RUN if [ "${ARCH}" != "s390x" ]; then \