From 7c962c46c855aac53d48740bcbd5b132cd4c3c67 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 29 Aug 2024 09:02:04 +0200 Subject: [PATCH] feat: remove golangci-lint from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ccc975..49fc32f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,4 @@ RUN apt update && \ rm -rf /var/lib/apt/lists/* && \ go install github.com/lietu/go-pre-commit@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