fix a small nit #5

Merged
6543 merged 1 commits from a1012112796-patch-1 into master 2021-03-08 11:45:57 +00:00

View File

@ -12,5 +12,5 @@ RUN curl -SL https://github.com/git/git/archive/v2.30.1.tar.gz \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
&& 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.37.0
&& export BINARY="golangci-lint" \
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0