feat: remove golangci-lint from Dockerfile
This commit is contained in:
@@ -7,5 +7,4 @@ RUN apt update && \
|
|||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
go install github.com/lietu/go-pre-commit@latest && \
|
go install github.com/lietu/go-pre-commit@latest && \
|
||||||
go install golang.org/x/tools/cmd/goimports@latest && \
|
go install golang.org/x/tools/cmd/goimports@latest && \
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1 && \
|
|
||||||
pipx install pre-commit
|
pipx install pre-commit
|
||||||
|
|||||||
Reference in New Issue
Block a user