Merge branch 'master' into init_drone_file

This commit is contained in:
Lunny Xiao 2021-02-23 08:10:10 +08:00
commit a083be106f
2 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,7 @@ RUN curl -SL https://github.com/git/git/archive/v2.30.1.tar.gz \
&& rm -rf /go/git-2.30.1 \
# install git-lfs
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
&& apt-get install -y git-lfs
&& 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

View File

@ -5,3 +5,4 @@ a docker imamge for gitea ci test
- From golang:1.15
- upgrade git to v2.30.1
- install git-lfs
- install [golangci-lint](https://github.com/golangci/golangci-lint) v1.37.0