From 4ce1ea91e51e0f965b0e971ee152db24e157abaf Mon Sep 17 00:00:00 2001 From: Gusted Date: Tue, 25 Jan 2022 22:01:11 +0100 Subject: [PATCH] Bump golangci-lint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5523658..a6db6f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ RUN curl -SL https://github.com/git/git/archive/v2.34.1.tar.gz \ && apt-get install -y git-lfs \ # install golangci-lint && export BINARY="golangci-lint" \ - && curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.43.0/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0 + && curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.43.0/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.44.0