feat: remove golangci-lint from Dockerfile

This commit is contained in:
2024-08-29 09:02:04 +02:00
parent de3056afd5
commit 7c962c46c8
-1
View File
@@ -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