lint: upgrade golangci-lint to v1.52.2
This commit is contained in:
parent
fabbab52d5
commit
04bcfe3ed9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue