revert to 1.37.0

This commit is contained in:
techknowlogick 2021-09-29 01:20:33 +08:00
parent 558e35c77d
commit 9806bca297
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ RUN curl -SL https://github.com/git/git/archive/v2.33.0.tar.gz \
&& apt-get install -y git-lfs \
# install golangci-lint
&& export BINARY="golangci-lint" \
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0