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 <lafriks@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-committed-by: Gusted <williamzijl7@hotmail.com>
This commit is contained in:
Gusted 2022-01-26 06:40:41 +08:00 committed by techknowlogick
parent 701cb2fcbd
commit 64076dd3c0
1 changed files with 1 additions and 1 deletions

View File

@ -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