Bump golangci-lint

This commit is contained in:
Gusted 2022-01-25 22:01:11 +01:00
parent 701cb2fcbd
commit 4ce1ea91e5
No known key found for this signature in database
GPG Key ID: FD821B732837125F
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