lint: upgrade golangci-lint to v1.52.2

This commit is contained in:
tbjump 2023-05-02 18:19:23 +00:00 committed by tbjump
parent fabbab52d5
commit 04bcfe3ed9
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN go install golang.org/x/tools/cmd/goimports@latest
# install golangci-lint
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $(go env GOPATH)/bin v1.46.2
sh -s -- -b $(go env GOPATH)/bin v1.52.2