From 64076dd3c078597456527d1acad297a025bdead2 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 26 Jan 2022 06:40:41 +0800 Subject: [PATCH] Bump golangci-lint (#13) - Related: https://github.com/go-gitea/gitea/pull/18411 Reviewed-on: https://gitea.com/gitea/test-env/pulls/13 Reviewed-by: lafriks Reviewed-by: techknowlogick Co-authored-by: Gusted Co-committed-by: Gusted --- 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