Bump golangci-lint (#14)

Reviewed-on: https://gitea.com/gitea/test-env/pulls/14
Reviewed-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Lunny Xiao 2022-09-02 04:36:21 +08:00 committed by techknowlogick
parent 8dc2bc1d2c
commit 435bb386ae
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ RUN curl -SL https://github.com/git/git/archive/v2.36.2.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
&& go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2 \
&& go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.0 \
&& golangci-lint --version