From f714dad505d54f47d0f93f9748659e9188e62d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:01:18 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.55.0 --- .batect/build-env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.batect/build-env/Dockerfile b/.batect/build-env/Dockerfile index d54993d3..f2369961 100644 --- a/.batect/build-env/Dockerfile +++ b/.batect/build-env/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=linux/amd64 golang:1.20.5-buster -ARG GOLANGCI_LINT_VERSION=1.54.2 +ARG GOLANGCI_LINT_VERSION=1.55.0 RUN cd /usr/local/bin && curl --fail --location --show-error https://github.com/golangci/golangci-lint/releases/download/v$GOLANGCI_LINT_VERSION/golangci-lint-$GOLANGCI_LINT_VERSION-linux-$(uname -m | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g' ).tar.gz | tar --strip-components=1 --wildcards -xzf - */golangci-lint