From 83cc590cb470031ac15ab3266e6df5f3bad155ae Mon Sep 17 00:00:00 2001 From: PoAn Yang Date: Thu, 4 Jan 2024 15:46:54 +0800 Subject: [PATCH] feat: bump golangci-lint to v1.55.2 Signed-off-by: PoAn Yang --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 6a92fc6e5..3bd624f42 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -20,7 +20,7 @@ RUN zypper -n rm container-suseconnect && \ zypper -n install git curl docker gzip tar wget zstd squashfs xorriso awk jq mtools dosfstools unzip rsync RUN curl -sfL https://github.com/mikefarah/yq/releases/download/v4.21.1/yq_linux_${ARCH} -o /usr/bin/yq && chmod +x /usr/bin/yq RUN if [ "${ARCH}" == "amd64" ]; then \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0; \ + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2; \ fi RUN zypper addrepo http://download.opensuse.org/distribution/leap/15.4/repo/oss/ oss && \